react-native-ui-datepicker icon indicating copy to clipboard operation
react-native-ui-datepicker copied to clipboard

[TimePicker] Pressing the time selector triggers onChange

Open Alaa-Ben opened this issue 7 months ago • 4 comments

Hi !

Just FYI, I've noticed that pressing the time selector triggers onChange, which messes up the default values and creates weird interactions. (attachement below)

I've also noticed it's being triggered twice (just using an onChange with a bare console log in it):

LOG  date 2025-03-02T23:46:19.742Z
LOG  date 2025-03-03T13:00:19.742Z

which is a bit weird because it should be 2025-03-03T14:48:...

Thanks !

https://github.com/user-attachments/assets/72ef2183-b60f-4a6d-ae5e-890d81c4fbb9

Alaa-Ben avatar Mar 03 '25 13:03 Alaa-Ben