
Bug with filling in the input of type "time" in Firefox
I added an input of type time, and the problem is - I can't fully fill it in(cant fill in seconds part). I have recorded a screen cast to visualize this problem.
Kind regards, Denis
All Replies (4)
Fixed link to screencast
You can add a step attribute with a value greater than zero (step="1") to get a second field or specify a step value with a fraction (step="0.1") to get an additional millisecond field.
I have just figured out, that I should type in the third field not a numbers but the letters - AM, or PM. Anyway, thank you very much for the reply
Note that you can also press cursor UP/DOWN to cycle through the possible values of a field including the AM/PM field.