Skip to content
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

[Documentation] Availability of events and event-color in Vuetify 3's DatePicker #20883

Open
Serqueira opened this issue Jan 18, 2025 · 0 comments

Comments

@Serqueira
Copy link

Serqueira commented Jan 18, 2025

Environment

Browsers: Chrome 131.0.0.0
OS: Windows 10

Steps to reproduce

Attempting to use the following code in Vuetify 3 does not yield the expected results:

<v-date-picker
  :event-color="date => date[9] % 2 ? 'red' : 'yellow'"
  :events="functionEvents"
  color="primary"
/>

Expected Behavior

The v-date-picker component should support events and event-color properties as it did in Vuetify 2.

Actual Behavior

This functionality is crucial for applications that rely on event-based date pickers. It would be great to have this feature in Vuetify 3 as well.

Reproduction Link

https://vuetifyjs.com/en/components/date-pickers/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant