react-simple-timefield
react-simple-timefield copied to clipboard
Simple React time input field
**Help needed**: update `./demo` to React 18 -- please make sure tests and builds are working.
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....
It would be nice to support 12 hr format as well as 24hr format.
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`...
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...