DEV Community

Cover image for Creating Interactive HTML5 Inputs

Creating Interactive HTML5 Inputs

Alvaro Montoro on February 25, 2020

One way to make a website more appealing to the end-user is by adding extra interactivity and responsiveness to their actions. It is eye-candy and ...
Collapse
 
isaachagoel profile image
Isaac Hagoel

Really cool!
I was reading it on my Android phone and when I clicked the input box I got the native Android clock widget.
It hides the small svg clock so when it goes away it is hard to notice that the small svg has actually changed (unless one knows what to look for).

Collapse
 
ajsharp profile image
Alex Sharp 🛠sharesecret.co

Really cool. The inline svg stuff is especially awesome. Thanks!

Collapse
 
eduardmavliutov profile image
Eduard Mavliutov

Didn't know that input[type=time] exists! Cool! Thanks!