Closed XuHaoJun closed 9 months ago
Vuetify Version: 3.5.2 Vue Version: 3.4.15 Browsers: Edge 121.0.0.0 OS: Windows 10
show DatePicker component
nothing to show and with error Invalid time value
https://play.vuetifyjs.com/#...
fix(VDatePicker): use start of month for month model
// adapter.parseISO(`${year.value}-${month.value + 1}-01`), // that date string not work with date-fns adapter.parseISO('2024-2-01');
downgrade to v3.5.1, it will work
Duplicate of #19196
Environment
Vuetify Version: 3.5.2 Vue Version: 3.4.15 Browsers: Edge 121.0.0.0 OS: Windows 10
Steps to reproduce
Expected Behavior
show DatePicker component
Actual Behavior
nothing to show and with error Invalid time value
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
fix(VDatePicker): use start of month for month model
downgrade to v3.5.1, it will work