Skip to content

Commit 30ff1c6

Browse files
Publish new API docs (automated commit)
1 parent cec95bb commit 30ff1c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ General datepicker component.
6969
| `showMonthDropdown` | `bool` | | |
7070
| `showMonthYearDropdown` | `bool` | | |
7171
| `showTimeSelect` | `bool` | `false` | |
72+
| `showTimeSelectOnly` | `bool` | | |
7273
| `showWeekNumbers` | `bool` | | |
7374
| `showYearDropdown` | `bool` | | |
7475
| `startDate` | `object` | | |

docs/month_year_dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| ----------------------------- | -------------------------- | ------------- | ----------- |
55
| `date` (required) | `object` | | |
66
| `dateFormat` (required) | `string` | | |
7-
| `dropdownMode` (required) | `enum('scroll'\|'select')` | | |
7+
| `dropdownMode` (required) | `enum("scroll"\|"select")` | | |
88
| `locale` | `string` | | |
99
| `maxDate` (required) | `object` | | |
1010
| `minDate` (required) | `object` | | |

0 commit comments

Comments
 (0)