-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I've added this as my element in my application:
<MonthPicker
@change="showDate"
date-format="%n %Y"
:show-current="true"
:show-year="true"
:default-month="month"
:default-year="year"
:min-date="getDate()"
>
</MonthPicker>
Note: if the year is hard coded to a number it doesn't break however if using a variable of any kind this is the result
Metadata
Metadata
Assignees
Labels
No labels