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

Triggers onChange once on first render if initial view is day and twice with incorrect hour and minute when initial view is time.

Open ArindamRayMukherjee opened this issue 7 months ago • 2 comments

On first render with an initialView of Day, it triggers a single onChange. On first render with an initialView of time, it triggers onChange twice, once with the minute(with the hour set to zero) and again with the hour(with minute set to zero).

ArindamRayMukherjee avatar Mar 05 '25 15:03 ArindamRayMukherjee