react-component / picker

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

onPickerValueChange is not triggered on first click on panel column's first item #864

Open zxsure opened 3 weeks ago

zxsure commented 3 weeks ago

Use Time Picker and value set to null. Use format: 'hh:mm:ss' or with 'a'

click into Time Picker and after panel opened. Try to click on each columns' first item '01' or with 'a' it's 'AM'

Result : onPickerValueChange is not triggered. Expected: onPickerValueChange should be triggered.

Not happen if click on non-first column item.

zxsure commented 3 weeks ago

@afc163 just found another issue, please help to take a look, thanks.