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.4.2 Last working version: 2.7.1 Vue Version: 3.3.8 Browsers: Safari 17.1 OS: Mac OS 10.15.7
Steps to reproduce
As the playground link shows, opening a VDatePicker without a modelValue but a min-date that is in a future month, the current month is shown where nothing is selectable.
In Vuetify 2, it used to open in the month of the first selectable date.
I think the previous behavior was better as the user is not required to first move to the first selectable date.
Environment
Vuetify Version: 3.4.2
Last working version: 2.7.1
Vue Version: 3.3.8
Browsers: Safari 17.1
OS: Mac OS 10.15.7
Steps to reproduce
As the playground link shows, opening a VDatePicker without a modelValue but a min-date that is in a future month, the current month is shown where nothing is selectable.
In Vuetify 2, it used to open in the month of the first selectable date.
I think the previous behavior was better as the user is not required to first move to the first selectable date.
Expected Behavior
Opens the picker in the month of the min date
Actual Behavior
Opens the picker in the current month
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Ideally, I would like a prop that defines a month to open the picker in. If a date is already set, it should of course open at that date
The text was updated successfully, but these errors were encountered: