Replies: 1 comment
-
|
Workaround (until v3.10.8) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We've recently migrated our codebase from Vuetify 2.6.4 to 3.10.3. We noticed that, in the daily mode, when we click any date headers in the calendar, they stay selected.
Example: click all the days from Monday through Friday (from the docs).
That's not ideal for use cases like ours, where users click the date headers to view details about their daily schedule. Ideally, after they click the header, the selection would be gone (it used to work like that in v2).
Is there any prop or setting to control that behavior? Or perhaps a way to clear that selection after the user clicks it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions