react-time-picker
react-time-picker copied to clipboard
When trying to type "05", for example, in the hour input it automatically replaces the first 0 to a "12"
It would be great if we could write "05", or "09", etc, without failing in that first "0".
Here's an example of the issue: Typing "1205" results in "12:005" and that lead 0 is inside a span tag. I think that's the natural typing technique for times at least in my area. I wouldn't type "125" for 12:05
@wojtekmaj I think this was closed prematurely, we still see this issue even after updating to latest release. Specifically I mean the original issue is still a problem, typing "0" into the hour field changes to "12". Our users want to type, say, "08:00" for 8 am and this won't work atm. Thanks!
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.
This issue was closed because it has been stalled for 14 days with no activity.
@wojtekmaj I updated to the latest tagged release, 4.5.0, but am still seeing this issue. Any chance we can get this looked at?
is there any update on this issue?