Skip to content

Commit d7ec567

Browse files
committed
Updated componentApi docs for date-time picker
1 parent 3c8d554 commit d7ec567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/docs-components/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This component is using [react-day-picker](https://react-day-picker.js.org/docs/
118118
|todayButtonLabel|string|Label for today button|
119119
|showTodayButton|bool|show/hide today button|
120120
|isDisabled|bool|disable component|
121-
|disabledDays|array|Mark specific days or a range of days as disabled. [More info](https://react-day-picker.js.org/examples/disabled)|
121+
|disabledDays|array|Mark specific days or a range of days as disabled. [More info](https://react-day-picker.js.org/examples/disabled). In order to store this prop to JSON we allow using string. Any string accepted by Date constructor is valid value. There is an alias for current date: `today`|
122122
|closeOnDaySelect|bool|Close the calendar popover after selecting date.|
123123

124124
<ExampleLink to='date-picker' />

0 commit comments

Comments
 (0)