html - How to get <input type="time" /> to display full time picker in IE 10, Firefox, Safari, etc -


I am struggling this whole day.

I am using & lt; In our company web application, input type = "time" /> for a long time. , and only recently I came to know that it is showing a dropdown with only 5 minutes intervals in IE and Firefox.

I believe that this is happening in Safari.

Is there any solution so that it works on all browsers?

As a side note, it seems ridiculous that these extremely popular browsers will not support the new HTML5 input types. Super disappointing.

Anyway, thanks in advance for help.

If you suggest using a JavaScript time picker, it works more robustly so the default A

Look at this one.


Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -