Reputation: 543
I've been using:
<input type="time">
for most of my pages and testing it on Chrome. To my dismay, it turns out that on Safari, this input type refers back to a text field. Any idea why it does this?
Upvotes: 9
Views: 18589
Reputation: 1307
**
The input type "time" was not working on safari because - type="time" is not supported in Safari version(may the version you are using) or Internet Explorer 12 and earlier versions**
Upvotes: 3