-
-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
awaiting triageThe issue is not reviewed by the maintainersThe issue is not reviewed by the maintainersbugSomething isn't workingSomething isn't working
Description
Describe the bug
Months are selectable even if the selected year is out of range on month-picker mode.
To Reproduce
- Set
year-range
andmonth-picker
:
<Datepicker v-model="selectedDate" placeholder="Select Date" :year-range="[2025, 2025]" month-picker />
- Select a year which is out of the range (e.g. 2026)
- The months are selectable.
Expected behavior
Months should also be disabled just as dates are disabled under the same condition.
Screenshots
current.mov
Metadata
Metadata
Assignees
Labels
awaiting triageThe issue is not reviewed by the maintainersThe issue is not reviewed by the maintainersbugSomething isn't workingSomething isn't working