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
displayValue is just a side-effect of VDatePicker calling makeVDatePickerMonthProps that calls makeCalendarProps and would actually be redundant if anyone would try to implement it.
Environment
Vuetify Version: 3.7.6
Vue Version: 3.5.13
Browsers: Firefox 134.0
OS: Mac OS 10.15
Steps to reproduce
Define a
displayValue
prop on a VDatePickerExpected Behavior
Date picker should display the month/year matching the date provided to the displayValue prop
Actual Behavior
Date picker display the current month/year.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: