Vuetify Version: 2.0.1
Vue Version: 2.6.10
Browsers: Google Chrome, Mozilla Firefox
OS: Windows 10, Windows
1) Add calendar __with event__ (use the provided git with example from docs)
2) Check console
No warning
Console:
https://github.com/Apther/vuetify-calendar-ripple-bug.git
Probably missing import in vuetify/lib/components/VCalendar/mixins/calendar-with-events.js :
import ripple from '../../../directives/ripple'
and directive in CalendarBase.extend:
directives: {
ripple
}
But I'm not sure if it's correct solution.
Another way to solve it was importing vuetify from vuetify (not vuetify/lib), but since version 2.0.1 it destroys some styles, so it's not usable.
Same in v2.0.2, no ripple effect on event "bar" and [Vue varn] in console
Thanks for the issue, creating a PR to fix this soon.
I get the same warning when using
And using a custom slot with a checkbox:
<v-data-table ...>
<template v-slot:item.linked="{ item }">
<v-simple-checkbox
v-model="item.linked"
></v-simple-checkbox>
</template>
</v-data-table>
If the checkbox is disabled everything works perfectly.
Otherwise I get:
We kindly ask users to not comment on closed/resolved issues. If you believe that this issue has not been correctly resolved, please create a new issue showing the regression.
If you have any additional questions, please reach out to us in our Discord community.
Most helpful comment
I get the same warning when using with Code example from https://vuetifyjs.com/en/components/data-tables/#crud-actions
And using a custom slot with a checkbox:
If the checkbox is disabled everything works perfectly.
Otherwise I get: