You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify Version: 3.5.9 Vue Version: 3.4.19 Browsers: Opera 107.0.0.0 OS: Windows 10
Steps to reproduce
Create a date picker component with some predefined date. For example, set the initial date as 2000/01/01. The date picker shows a calendar with this date.
Now change the date to 2010/03/03.
Expected Behavior
The date picker should show the calendar for the date 2010/03/03.
Actual Behavior
The calendar still shows the 2000/01 but day 01 is not selected anymore.
Environment
Vuetify Version: 3.5.9
Vue Version: 3.4.19
Browsers: Opera 107.0.0.0
OS: Windows 10
Steps to reproduce
Create a date picker component with some predefined date. For example, set the initial date as 2000/01/01. The date picker shows a calendar with this date.
Now change the date to 2010/03/03.
Expected Behavior
The date picker should show the calendar for the date 2010/03/03.
Actual Behavior
The calendar still shows the 2000/01 but day 01 is not selected anymore.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: