File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11# ` calendar_container ` (component)
22
3- | name | type | default value | description |
4- | ----------- | -------- | ------------- | ----------- |
5- | ` children ` | ` node ` | | |
6- | ` className ` | ` string ` | | |
3+ | name | type | default value | description |
4+ | ------------ | -------- | ------------- | ----------- |
5+ | ` arrowProps ` | ` object ` | ` {} ` | |
6+ | ` children ` | ` node ` | | |
7+ | ` className ` | ` string ` | | |
Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ General datepicker component.
4949| ` onChangeRaw ` | ` func ` | | |
5050| ` onClickOutside ` | ` func ` | ` function() {} ` | |
5151| ` onFocus ` | ` func ` | ` function() {} ` | |
52+ | ` onInputClick ` | ` func ` | ` function() {} ` | |
5253| ` onKeyDown ` | ` func ` | ` function() {} ` | |
5354| ` onMonthChange ` | ` func ` | ` function() {} ` | |
5455| ` onSelect ` | ` func ` | ` function() {} ` | |
5556| ` onWeekSelect ` | ` func ` | | |
5657| ` onYearChange ` | ` func ` | ` function() {} ` | |
58+ | ` open ` | ` bool ` | | |
5759| ` openToDate ` | ` object ` | | |
5860| ` peekNextMonth ` | ` bool ` | | |
5961| ` placeholderText ` | ` string ` | | |
@@ -64,6 +66,7 @@ General datepicker component.
6466| ` preventOpenOnFocus ` | ` bool ` | ` false ` | |
6567| ` previousMonthButtonLabel ` | ` string ` | ` "Previous Month" ` | |
6668| ` readOnly ` | ` bool ` | ` false ` | |
69+ | ` renderCustomHeader ` | ` func ` | | |
6770| ` required ` | ` bool ` | | |
6871| ` scrollableMonthYearDropdown ` | ` bool ` | | |
6972| ` scrollableYearDropdown ` | ` bool ` | | |
Original file line number Diff line number Diff line change 66| ` hidePopper ` | ` bool ` | ` true ` | |
77| ` popperComponent ` | ` element ` | | |
88| ` popperContainer ` | ` func ` | | |
9- | ` popperModifiers ` | ` object ` | ` { preventOverflow: { enabled: true, escapeWithReference: true, boundariesElement: "viewport" } } ` | |
10- | ` popperPlacement ` | ` enum("auto"\|"auto-left"\|"auto-right"\|"bottom"\|"bottom-end"\|"bottom-start"\|"left"\|"left-end"\|"left-start"\|"right"\|"right-end"\|"right-start"\|"top"\|"top-end"\|"top-start") ` | ` "bottom-start" ` | |
11- | ` targetComponent ` | ` element ` | | |
9+ | ` popperModifiers ` | ` object ` | `{ |
1210
11+ preventOverflow: {
12+ enabled: true,
13+ escapeWithReference: true,
14+ boundariesElement: "viewport"
15+ }
16+ }` || | ` popperPlacement` | ` enum("bottom"\| "bottom-end"\| "bottom-start"\| "left"\| "left-end"\| "left-start"\| "right"\| "right-end"\| "right-start"\| "top"\| "top-end"\| "top-start")` | ` "bottom-start"` || | ` targetComponent` | ` element`|||
You can’t perform that action at this time.
0 commit comments