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

I using rc-time-picker 2.4.1 I get an warning when webpack building. ``` WARNING in ./node_modules/rc-animate/es/AnimateChild.js 76:11-34 "export 'isCssAnimationSupported' was not found in 'css-animation' at HarmonyImportSpecifierDependency._getErrors (/Users/loup/Workspace/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js:65:15) at HarmonyImportSpecifierDependency.getWarnings (/Users/loup/Workspace/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js:39:15) at...

Hi, In Time Picker always showing am & pm in english language. I added below code. moment.locale('fr'); but still am & pm showing in english. Please tell me how to...

When I add the datepicker and pass it a default value or value I get this error: Cannot read property 'length' of undefined TypeError: Cannot read property 'length' of undefined...

When `use12Hours` is true, it shows the following: ![image](https://user-images.githubusercontent.com/113902/34971364-96ddae7e-faac-11e7-9451-833a9a89e297.png) It would be more natural for 12 hour readers if it looked like the following and the hour selector went from...

If we tab out from picker input, focus does not go to next available input in form. Same for shift+tab.

I am getting the bellow mentioned warning from React after giving default value prop to TimePicker. `warning.js:33 Warning: Failed prop type: You provided a `value` prop to a form field...

Hi, I am trying to replicate the [12 hour picker example](http://react-component.github.io/time-picker/examples/12hours.html) into my project. I have everything installed and the project runs fine. However, when I try to import the...

Is there a way to remove the functionality for the time picker not to go back to the previously selected time when error time has been entered? On hover or...