react-simple-timefield icon indicating copy to clipboard operation
react-simple-timefield copied to clipboard

Simple React time input field

Results 18 react-simple-timefield issues
Sort by recently updated
recently updated
newest added

**Help needed**: update `./demo` to React 18 -- please make sure tests and builds are working.

help wanted

Hi, Thanks a lot for your plugin. Amazing work ! 🥇 But, I noticed that you used "text" for your HTML input type. That's not user friendly for mobile users....

enhancement

It would be nice to support 12 hr format as well as 24hr format.

enhancement

Hours field accepts characters. possible bug

I've got a case where the time field is required. Having it default to `00:00` makes it odd because they could miss this field completely and have an undesired `00:00`...

enhancement

Hi @antonfisher , It would also be possible to add milliseconds according to the specifications used in the subtitles field, and use the dot as a placeholder. Esempio: `00:01:00.000 ->...

give the option to change the input border-color on focus event

Here expample of my code, where i try to add placeholder, but it's not working. Maybe you can explain how is possible to add placeholder?

Thanks for making this awesome library Anton! I was going to fork this repo and add the feature myself, but it should only take a couple minutes to add a...

enhancement