0
MeteorでMaterializeパッケージ(マテリアライズド:materialize)を使って、日付のピッカーを使用しています。ページでMaterializeメテオで奇妙に見えるdatepicker
私が持っているレンダリング:
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:フィールドをクリックすると
、それは以下のようにレンダリングします。それはうまく機能するが、それは素晴らしい見ていない。何かが間違っている?