布尔玛日历仅显示月份选项

bulma calendar to show only month option

是否可以在 bulma-calendar 扩展中只提供 MM/YYYY 选项?默认选项显示 dd-mm-yyyy?

<div class ="date-cal">
    <input type = "date">
</div>

您可以在 HTML 中为输入标签使用“月份”类型:

<input type="month" min="2018-03" value="2018-05">