【发布时间】:2019-03-16 18:36:09
【问题描述】:
Materialize datepicker 在其他浏览器和旧版 Google Chrome 中运行良好,但在新版 Google Chrome 中无法正常运行
<input type="date" class="datepicker">
JS
$('.datepicker').pickadate({
selectMonths: true, // Creates a dropdown to control month
selectYears: 15 // Creates a dropdown of 15 years to control year
});
【问题讨论】:
-
在将 chrome 版本更新到 73 时。我也开始出现这个问题。我也可以在物化的文档中看到这个问题。
-
最新版本的 Materialise 中是否存在此问题,还是仅在
标签: javascript datepicker materialize