vuetify
vuetify copied to clipboard
[Bug Report][3.8.0] regression - VCalendar monthly view hide days in week
Environment
Vuetify Version: 3.8.0 Last working version: 3.7.19 Vue Version: 3.5.15 Browsers: Chrome 136.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
This is regression report. Functionality worked fine until 3.8.0 and is still broken.
v-calendar with :weekdays="[1, 2, 3, 4, 5]" should hide weekends.
Expected Behavior
hide specific days in week using weekdays param
Actual Behavior
ignores weekdays
Reproduction Link
Can confirm.