Arcadian
Arcadian

Reputation: 4350

date input type not showing in IE 10

I have IE 10 and tried to view an example of the input date type. but the textbox is just a plain text box no date picker. What is the problem?

Upvotes: 2

Views: 6226

Answers (2)

Mega
Mega

Reputation: 1334

You need a javascript framework like angularjs to do the trick i.e. make it browser friendly.

Upvotes: 0

Adam Taylor
Adam Taylor

Reputation: 4839

According to caniuse.com's compatibility table, the only current browsers that support <input type="date"> are Chrome, Opera, and iOS Safari.

Upvotes: 8

Related Questions