Angular2材料md-input type =“date”在IE 11中不起作用

时间:2017-01-01 15:45:04

标签: angular angular-material2

我在我的角度2应用程序中使用angular2材料。下面的代码在谷歌浏览器中工作正常但在IE 11中没有。我在想通过使用角度材料我不必担心浏览器兼容性。

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

IE和chrome的输出显示在下面以黄色突出显示的图片中。 enter image description here

1 个答案:

答案 0 :(得分:0)

IE和Firfox也不支持输入类型日期。

由于材料2的日期选择器还没有发布..你可以看看mydatepicker或myrangedatepicker这是很好的功能

https://github.com/kekeh/mydatepicker