@@ -58,27 +58,28 @@ Inline always open version
5858```
5959## Available props
6060
61- | Prop | Type | Default | Description |
62- | -----------------------| --------------| -------------| ------------------------------------------|
63- | value | Date/String | | Date value of the datepicker |
64- | name | String | | Input name property |
65- | id | String | | Input id |
66- | format | String | dd MMM yyyy | Date formatting string |
67- | language | String | en | Translation for days and months |
68- | 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| Object| | CSS class applied to the input el |
72- | wrapper-class | String| Object| | CSS class applied to the outer div |
73- | monday-first | Boolean | false | To start the week on Monday |
74- | clear-button | Boolean | false | Show an icon for clearing the date |
75- | clear-button-icon | String | | Use icon for button (ex: fa fa-times) |
76- | calendar-button | Boolean | false | Show an icon that that can be clicked |
77- | calendar-button-icon | String | | Use icon for button (ex: fa fa-calendar) |
78- | bootstrapStyling | Boolean | false | Output bootstrap styling classes |
79- | initial-view | String | 'day' | If 'month' or 'year', open on that view |
80- | disabled-picker | Boolean | false | If true, disable Datepicker on screen |
81- | required | Boolean | false | Sets html required attribute on input |
61+ | Prop | Type | Default | Description |
62+ | -----------------------| ---------------| -------------| ------------------------------------------|
63+ | value | Date\| String | | Date value of the datepicker |
64+ | name | String | | Input name property |
65+ | id | String | | Input id |
66+ | format | String | dd MMM yyyy | Date formatting string |
67+ | language | String | en | Translation for days and months |
68+ | disabled | Object | | See below for configuration |
69+ | placeholder | String | | Input placeholder text |
70+ | inline | Boolean | | To show the datepicker always open |
71+ | calendar-class | String\| Object| | CSS class applied to the calendar el |
72+ | input-class | String\| Object| | CSS class applied to the input el |
73+ | wrapper-class | String\| Object| | CSS class applied to the outer div |
74+ | monday-first | Boolean | false | To start the week on Monday |
75+ | clear-button | Boolean | false | Show an icon for clearing the date |
76+ | clear-button-icon | String | | Use icon for button (ex: fa fa-times) |
77+ | calendar-button | Boolean | false | Show an icon that that can be clicked |
78+ | calendar-button-icon | String | | Use icon for button (ex: fa fa-calendar) |
79+ | bootstrapStyling | Boolean | false | Output bootstrap styling classes |
80+ | initial-view | String | 'day' | If 'month' or 'year', open on that view |
81+ | disabled-picker | Boolean | false | If true, disable Datepicker on screen |
82+ | required | Boolean | false | Sets html required attribute on input |
8283
8384## Events
8485
0 commit comments