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

First time clicking into the input will position the container correctly, but once the state is updated (e.g hour is selected) the container shifts up.

The code listed below results in the error: "Uncaught TypeError: Cannot read property 'match' of undefined" Can we use use12Hours prop on the TimePIckerPanel? ``

Allows format prop to allow an array of formats. The control then uses the array of formats when parsing a date from the input. The first value of the array...

Using v3.6.6 the time picker modal closes each time i pick, but here in the [example](http://react-component.github.io/time-picker/examples/12hours.html) the modal only closes when clicking outside no need to open it for hours....

how can i disable am/pm like `disabledMinutes` `disabledHours`, because when i'm disabling the hours and minutes **am/pm** option not getting hide

It seems when you click the time picker it takes a half second to get it's left/top values so it shows up in the top left corner of the browser...

Add a `customInput` prop so we can pass a custom component for this.

Hello! Thanks for the awesome tool : ) I need to use UTC time for my application. I thought setting the defaultOpenValue to use this format might work but it...

I am working in the rail industry and they have this funny concept of each day having 30 hours. Is there any way to have the hours go to 30...

Unless I'm missing something, the type declaration file that is here on github is not included in the rc-time-picker npm package, and the @types/rc-time-picker module is not up to date....