0
在流星中使用物化包(materialize:materialize)我使用的日期選擇器得到了左邊一些日期。物化日期選擇器在流星中看起來很奇怪
在頁面呈現我有:
Template.clientEntry.onRendered(function() {
$('select').material_select();
$('.datepicker').pickadate({
selectMonths: true, // Creates a dropdown to control month
selectYears: 40 // Creates a dropdown of 15 years to control year
});
});
HTML:
當單擊該領域,它呈現如下。它運行良好,但它看起來不太好。我做錯了什麼?