Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Input type="time" on Safari

Tags:

html

safari

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?

like image 806
Anuj Hari Avatar asked Feb 26 '14 21:02

Anuj Hari


1 Answers

**

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**

like image 149
Vinay Kumar Avatar answered Oct 07 '22 01:10

Vinay Kumar