react-component / picker

📅 All Date Pickers you need.
https://picker.react-component.now.sh/
MIT License
262 stars 303 forks source link

onSelect missing from rangepicker? #645

Open RobbertWolfs opened 1 year ago

RobbertWolfs commented 1 year ago

image

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?

bombillazo commented 1 year ago

Try onCalendarChange

stijnvanhulle commented 4 months ago

@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

bombillazo commented 4 months ago

@zombieJ