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 have many time pickers on page, and seems that there is no way to pass attributes or some params to onchange event. In first argument it returns value, if...

![Screenshot from 2020-02-11 16-11-09](https://user-images.githubusercontent.com/27198821/74288286-4364ec80-4ce9-11ea-9ce8-dc3fe4e1ea3a.png) After installing this time-picker, npm gave me this warning. I believe they are a part of this package so I thought I would reach out. Are...

When the input fields open, it would be great if it could detect keyboard presses, to just to the specified value. Eg. if hours is open and I hit 11,...

Is there any way to implement custom input component instead of the default one. I need to format the input while typing and the with the current implementation of the...

I need to change the default behaviour of the event.

Thank you for this library! I want to prevent the browser showing previous input values over the time picker overlay: ![overlay](https://user-images.githubusercontent.com/57803115/68953835-bf09d880-0790-11ea-8773-3fff6d06ac00.png) When adding the autoComplete={'off'} attribute like so: ```javascript import...

Hello, Is there a way to fallback to the native time picker on iOS and android? By that I mean rendering a `` instead of `` when userAgent contains 'Android'...