react-times icon indicating copy to clipboard operation
react-times copied to clipboard

A time picker react component, no jquery-rely

Results 22 react-times issues
Sort by recently updated
recently updated
newest added

It's being active for 3 different time if gap is 5 minutes.

On timeConfig parameter of TimePickerWrapper I can set the allowed time to be between some range (and it works great!). But I am dealing with multiple possible ranges (like 8-10,...

Let's say current picked time is '14:00' and I want to change it to '14:15'. When I tried to change the time again by clicking on 14 it just change...

In English in 12-hour time, it's customary to show the hour as "12" instead of "00" with both AM and PM. E.g.: https://simple.wikipedia.org/wiki/12-hour_clock 00:05 (24 hour) = 12:05AM (currently displays...

When time is 00:00 (in 24 hour mode), if someone tries to drag the hour hand, it always shows 0 for 6 to 11 in inner circle and shows 6...

``` ``` During the initial render the pointers are on the correct position like so I have an edit function which updates the time to 6:20. and even then the...

Hi, Just been playing with the demos of the component and it looks absolutely fantastic. It does blend really well with the styles from react-dates. I was wondering if it's...

changed the view from desktop to mobile it is not response the UI gets change.

The timeConfig props allows to setup the step in minutes, but the active style in dropdown seems not be updated? Would be nice to change the increment from 15 to...