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
* Add support for onSelect callback for RangePicker
* Correctly escape character in markdown
* Fix incorrect markdown separation
* Update onCalendarChange parameters instead of adding onSelect callback.
* Update onCalendarChange parameters instead of adding onSelect callback.
* Fix type of info
* Refactor info type and simplify change logic
Co-authored-by: Kim-Wing-Fung <c-kfung@powercosts.com>
| selectable |[Boolean, Boolean]|| whether to selected picker |
130
130
| disabled | Boolean | false | whether the range picker is disabled |
131
131
| onChange | Function(value:[moment], formatString: [string, string]) || a callback function, can be executed when the selected time is changing |
132
-
| onCalendarChange | Function(value:[moment], formatString: [string, string]) || a callback function, can be executed when the start time or the end time of the range is changing |
132
+
| 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 |
133
133
| direction | String: ltr or rtl || Layout direction of picker component, it supports RTL direction too. |
134
134
| order | Boolean | true | (TimeRangePicker only) `false` to disable auto order |
0 commit comments