-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Month picker in VDatePicker 3.5.4 - events and event-color props missing #19296
Comments
Hey any news on that request ? I really need those props in Vuetify 3 |
Hey, unfortunately nothing :( |
I ended up achieving it with plain javascript since it's not on vuetify's roadmap |
Any updates on this? @laurentfirdion how did you achieve this? Hack solution that scans all of the btn_contents to add the properly overlay? E.g. for each span v-btn, that's the container you know you need for the 12th of the month events? |
Here is an example below (I intentionnally stripped it from other specificities)
the vDatePicker provides in its html a data-v-date="dateUTC" attribute on each div surrounding a day of the month so we can find a match beetween |
Problem to solve
VDatePicker in Vuetify 2 had a props: events and event-color . VDatePicker in Vuetify 3 does not seem to have any equivalent option.
Would be good to have it again or day slot to customize day field.
Proposed solution
Add a events/event-color props back to VDatePicker or add day slot to customize day field.
The text was updated successfully, but these errors were encountered: