You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| inputReadOnly |Boolean| false | set input to read only |
57
-
| allowClear |Boolean |false | whether show clear button |
58
-
| autoFocus |Boolean| false | whether auto focus |
59
-
| showTime |Boolean\| Object |[showTime options](#showTime-options)| to provide an additional time selection |
56
+
| inputReadOnly |boolean| false | set input to read only |
57
+
| allowClear |boolean \| { clearIcon?: ReactNode } |false | whether show clear button or customize clear button |
58
+
| autoFocus |boolean| false | whether auto focus |
59
+
| showTime |boolean\| Object |[showTime options](#showTime-options)| to provide an additional time selection |
60
60
| picker | time \| date \| week \| month \| year || control which kind of panel should be shown |
61
61
| format | String \| String[]| depends on whether you set timePicker and your locale | use to format/parse date(without time) value to/from input. When an array is provided, all values are used for parsing and first value for display |
| format | String \| String[]| depends on whether you set timePicker and your locale | use to format/parse date(without time) value to/from input. When an array is provided, all values are used for parsing and first value for display |
127
-
| allowEmpty |[Boolean, Boolean]|| allow range picker clearing text |
128
-
| selectable |[Boolean, Boolean]|| whether to selected picker |
129
-
| disabled |Boolean| false | whether the range picker is disabled |
126
+
| allowEmpty |[boolean, boolean]|| allow range picker clearing text |
127
+
| selectable |[boolean, boolean]|| whether to selected picker |
128
+
| disabled |boolean| false | whether the range picker is disabled |
130
129
| onChange | Function(value:[moment], formatString: [string, string]) || a callback function, can be executed when the selected time is changing |
131
130
| onCalendarChange | Function(value:[moment], formatString: [string, string], info: { range:'start'\|'end' }) || a callback function, can be executed when the start time or the end time of the range is changing |
132
131
| direction | String: ltr or rtl || Layout direction of picker component, it supports RTL direction too. |
133
-
| order |Boolean| true | (TimeRangePicker only) `false` to disable auto order |
132
+
| order |boolean| true | (TimeRangePicker only) `false` to disable auto order |
0 commit comments