|
13 | 13 | | `clearButtonTitle` | `string` | | |
|
14 | 14 | | `customInput` | `element` | | |
|
15 | 15 | | `customInputRef` | `string` | | |
|
16 |
| -| `dateFormat` | `union(string\|array)` | `'MM/dd/yyyy'` | | |
17 |
| -| `dateFormatCalendar` | `string` | `'LLLL yyyy'` | | |
| 16 | +| `dateFormat` | `union(string\|array)` | `"MM/dd/yyyy"` | | |
| 17 | +| `dateFormatCalendar` | `string` | `"LLLL yyyy"` | | |
18 | 18 | | `dayClassName` | `func` | | |
|
19 | 19 | | `disabled` | `bool` | `false` | |
|
20 | 20 | | `disabledKeyboardNavigation` | `bool` | `false` | |
|
21 |
| -| `dropdownMode` | `enum('scroll'\|'select')` | `'scroll'` | | |
| 21 | +| `dropdownMode` | `enum("scroll"\|"select")` | `"scroll"` | | |
22 | 22 | | `endDate` | `instanceOfDate` | | |
|
23 | 23 | | `excludeDates` | `array` | | |
|
24 | 24 | | `excludeTimes` | `array` | | |
|
|
33 | 33 | | `includeTimes` | `array` | | |
|
34 | 34 | | `injectTimes` | `array` | | |
|
35 | 35 | | `inline` | `bool` | | |
|
| 36 | +| `inlineFocusSelectedMonth` | `bool` | `false` | | |
36 | 37 | | `isClearable` | `bool` | | |
|
37 | 38 | | `locale` | `string` | | |
|
38 | 39 | | `maxDate` | `instanceOfDate` | | |
|
|
41 | 42 | | `minTime` | `instanceOfDate` | | |
|
42 | 43 | | `monthsShown` | `number` | `1` | |
|
43 | 44 | | `name` | `string` | | |
|
44 |
| -| `nextMonthButtonLabel` | `string` | `'Next month'` | | |
| 45 | +| `nextMonthButtonLabel` | `string` | `"Next month"` | | |
45 | 46 | | `onBlur` | `func` | `function() {}` | |
|
46 | 47 | | `onChange` | `func` | `function() {}` | |
|
47 | 48 | | `onChangeRaw` | `func` | | |
|
|
64 | 65 | | `popperPlacement` | `enumpopperPlacementPositions` | | |
|
65 | 66 | | `popperProps` | `object` | | |
|
66 | 67 | | `preventOpenOnFocus` | `bool` | `false` | |
|
67 |
| -| `previousMonthButtonLabel` | `string` | `'Previous Month'` | | |
| 68 | +| `previousMonthButtonLabel` | `string` | `"Previous Month"` | | |
68 | 69 | | `readOnly` | `bool` | `false` | |
|
69 | 70 | | `renderCustomHeader` | `func` | | |
|
70 | 71 | | `renderDayContents` | `func` | `function(date) { |
|
71 | 72 |
|
72 | 73 | return date;
|
73 |
| -}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`tabIndex`|`number`||| |`timeCaption`|`string`|`'Time'`|| |`timeFormat`|`string`||| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`yearDropdownItemNumber`|`number`||| |
| 74 | +}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`tabIndex`|`number`||| |`timeCaption`|`string`|`"Time"`|| |`timeFormat`|`string`||| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`yearDropdownItemNumber`|`number`||| |
0 commit comments