Angular2 material md-input type="date" not working in IE 11

1.6k Views Asked by At

I am using angular2 material in my angular 2 app .The below code working fine in google chrome but not in IE 11. I was thinking that by using angular material I dont have to worry about browser compatibility .

<md-input-container>
<input md-input type="date">
</md-input-container>

The output of both IE and chrome is present in the picture below highlighted in yellow. enter image description here

1

There are 1 best solutions below

0
On

Input type date is not supported by IE and Firfox as well ..

And as material 2 's datepicker has been not released yet .. you can take a look for mydatepicker or myrangedatepicker It is good with lots of features

https://github.com/kekeh/mydatepicker