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

React TimePicker

Results 79 time-picker issues
Sort by recently updated
recently updated
newest added

If I change the time and then change it back to the default time, the onChange event doesn't fire. This seems like a bug.

Is there any way to set disabled minutes separately in AM/PM? My use case is that I'm using two timepickers side-by-side to select a start and end time. I need...

The styles of time-picker are not being imported, does anyone else have this issue?

Usage on ref on Header.jsx file throw an exception. (Element ref was specified as a string (input) but no owner was set.) usage of ref be like below on line...

UX scenario - user selects the hour, the minute and am/pm (last one obv optional depending on 12/24 hours) - it is intuitive and would save a click if there...

The 'clear correctly' test is failing on master branch, preventing pull requests from passing checks successfully. It appears to be failing when checking the inner input's value stating that it...

I have a case where, I have to open time picker panel when user came to on that field by tab navigation. Below code works fine when user go by...

Documentation states that you can use one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'], but the code seems to only allow the last four of these options. Using just 'left' 'right'...

Used with material-ui in a modal the time-picker-panel is under the modal instead of on top. The z-index of the modal is 1300 so 1301 will be ok for .rc-time-picker-panel...

Hi, This component is working well with web browser like Chrome or Firefox. But when I use it for Electron desktop app, the time-picker can't open, it showed error when...