Skip to content

Commit 1ca7b41

Browse files
author
Murray Smith
committed
props table to use consistent casing
1 parent 6eecb26 commit 1ca7b41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Inline always open version
6161
| Prop | Type | Default | Description |
6262
|-----------------------|--------------|-------------|------------------------------------------|
6363
| value | Date/String | | Date value of the datepicker |
64-
| name | String | | input name property |
65-
| id | String | | input id |
64+
| name | String | | Input name property |
65+
| id | String | | Input id |
6666
| format | String | dd MMM yyyy | Date formatting string |
6767
| language | String | en | Translation for days and months |
6868
| disabled | Object | | See below for configuration |
69-
| placeholder | String | | input placeholder text |
70-
| inline | Boolean | | to show the datepicker always open |
71-
| input-class | String | | css class applied to the input el |
72-
| wrapper-class | String | | css class applied to the outer div |
69+
| placeholder | String | | Input placeholder text |
70+
| inline | Boolean | | To show the datepicker always open |
71+
| input-class | String | | CSS class applied to the input el |
72+
| wrapper-class | String | | CSS class applied to the outer div |
7373
| monday-first | Boolean | false | To start the week on Monday |
7474
| clear-button | Boolean | false | Show an icon for clearing the date |
7575
| clear-button-icon | String | | Use icon for button (ex: fa fa-times) |

0 commit comments

Comments
 (0)