Twitter bootstrap 仅在Chrome中工作的引导(4 Alpha)日期下拉列表

Twitter bootstrap 仅在Chrome中工作的引导(4 Alpha)日期下拉列表,twitter-bootstrap,google-chrome,internet-explorer,firefox,twitter-bootstrap-4,Twitter Bootstrap,Google Chrome,Internet Explorer,Firefox,Twitter Bootstrap 4,我正在使用参考引导4示例创建一些表单: <div class="form-group row"> <label for="example-date-input" class="col-2 col-form-label">Date</label> <div class="col-10"> <input class="form-control" type="date" value="2011-08-19" id="example-

我正在使用参考引导4示例创建一些表单:

<div class="form-group row">
  <label for="example-date-input" class="col-2 col-form-label">Date</label>
  <div class="col-10">
    <input class="form-control" type="date" value="2011-08-19" id="example-date-input">
  </div>
</div>

日期

当我在Chrome中进行测试时,下拉列表似乎如预期的那样工作,但在Firefox和IE11中,我都无法按原样使用它

示例:

对此有什么建议或解决办法吗


提前感谢。

IE和FF还不支持html
输入[日期]
,Chromes支持,这就是为什么你会看到它,你必须使用日期选择器插件。谢谢@JuanC提供的信息。非常令人失望:(