DEV Community

Discussion on: HTML can do that?

Collapse
 
dan503 profile image
Daniel Tonon

If you've come across any such cool thing HTML is capable of, please mention below 😀

<input type="time"/>

Makes entering time values consistent and also easier on mobile.

I built a polyfill for it as well so that there is no reason not to use it 😁
dan503.github.io/time-input-polyfill/