Rails date_field在IE中不起作用

时间:2016-04-22 17:07:27

标签: ruby-on-rails internet-explorer

我有一个基于日期字段的搜索。我希望尽可能使用date_field而不是date_selector。

日期字段在chrome中正常工作。但是,在IE 11中,占位符和控件不起作用。日期选择在IE中有效。

        <%= f.date_field( :req_resolution_from_date) %>
        <%= f.date_select( :req_resolution_to_date) %>

在chrome中,date_field和date_select都有效。

enter image description here

但是,在IE中,只有date_select有效

有没有办法让日期控件在IE中显示date_field?

enter image description here

0 个答案:

没有答案