react-time-picker icon indicating copy to clipboard operation
react-time-picker copied to clipboard

A time picker for your React app.

Results 15 react-time-picker issues
Sort by recently updated
recently updated
newest added

firefox and safari ![image](https://user-images.githubusercontent.com/39256766/182093021-fb948538-79b7-482f-819e-27dd86637962.png) chrome is working fine ![image](https://user-images.githubusercontent.com/39256766/182093162-5971d0cb-1a79-464a-a287-10125eaecd52.png)

This fixes this issue: https://github.com/wojtekmaj/react-datetime-picker/issues/147 As well as an issue with showing leading zeroes. Both issues stem from the fact that sometimes the value of the input element is the...

In the docs the lowest digit of time supported is seconds. The project that I am working with now, generates events at a high velocity and being able to narrow...

enhancement
fresh

Type "345" into the hours input quickly, as if one were typing 3:45. Instead of '3' going into the hours input field, and '45' going into the minutes input field,...

bug
fresh

See https://github.com/wojtekmaj/react-datetime-picker/issues/70#issue-479802990

enhancement
fresh

Hours input also taking 24,25...,29 values. Its not taking 30 and more than that. Also in minutes its taking upto 99. I have set locale ="sv-sv" Please help.

It would be great if we could write "05", or "09", etc, without failing in that first "0".

bug
fresh

I've faced an issue when using your library, when I need to have an onBlur event to handle some edge cases there and it appeared to not have that possibility....

Fix bug when `autoFocus` is set to `true`, and `value` is empty, the initial value typed into the hour input is cleared as soon as you finish typing and move...