picker
picker copied to clipboard
onSelect missing from rangepicker?
For the date picker we can use the onSelect
, but for a rangepicker we cannot access this as its set to undefined?
Whats the reason for this? Is there any other callback that I can use when a date or time is selected in the range picker?
Try onCalendarChange
@bombillazo Can this be included in the docs of ant-design?
https://ant.design/components/time-picker#api has API set for onSelect
but not for onCalendarChange
@zombieJ