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
Without using the adapter the behavior is correct. Max prop works correctly with and without using an adapter.
I think it depends on my current time zone settings. Without using the adapter, the day of the week in v-date-picker starts from Sunday, and when using it - from Monday. My time zone is +2. If I set a negative local time zone of the computer, then the date is available from August 10 as it should be. As I understand it, when using the adapter, the local settings of the computer are taken into account, unlike when the adapter is not used.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.0
Vue Version: 3.4.38
Browsers: Chrome 127.0.0.0
OS: Windows 10
Steps to reproduce
Set LuxonAdapter as date adapter. Your local time zone must be between +1 and +12. Set v-date-picker min prop date as '2024-08-10'.
Expected Behavior
Dates from August 10th inclusive must be eligible for selection
Actual Behavior
Dates from August 11th available for selection
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Without using the adapter the behavior is correct. Max prop works correctly with and without using an adapter.
I think it depends on my current time zone settings. Without using the adapter, the day of the week in v-date-picker starts from Sunday, and when using it - from Monday. My time zone is +2. If I set a negative local time zone of the computer, then the date is available from August 10 as it should be. As I understand it, when using the adapter, the local settings of the computer are taken into account, unlike when the adapter is not used.
The text was updated successfully, but these errors were encountered: