aFarkas / webshim

[DEPRECATED] Webshims Lib is a modular capability-based polyfill-loading library
http://aFarkas.github.com/webshim/demos/index.html
MIT License
1.42k stars 201 forks source link

Seconds in datetime-local? #589

Open shefik opened 7 years ago

shefik commented 7 years ago

How can I enable inout to accept seconds in input type datetime-local? I tried adding the attribute step="1", but that didn't work.

shefik commented 7 years ago

To clarify, if I add the attribute step="1", click the scroller's up and down arrows does correct increment the datetime per second. However, using the calendar calendar widget does not populate the seconds, which I am also attempting to achieve.