I've been struggling with this all day.
I've been using <input type="time" />
for a long time in one of our company web apps, and only recently did I discover that this has only been showing a dropdown with 5-minute intervals in IE and Firefox.
I assume the same is happening in Safari, based on this page.
Is there any solution so that this will work across all browsers?
As a side note, it seems pretty ridiculous that these extremely popular browsers wouldn't support the new HTML5 input types. Super frustrating.
Anyways, thanks in advance for the help.