I just ran into the following problem:
In a web-app UI I want the user to input a timeframe in hours in which to respond to a message. The timeframe should be up to 72 hours. We’d love to use <input type="time">
but its limited to 24 hours max.
<input type="time">
has an optional max value. I think a default maximum of 24 hours makes sense but it would be handy if the max could get set all the way up to 99:99 hours.
Any suggestions on where I can suggest a change in the standard?
You can try to use the
number
type as: