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
Where model = {}, gives me in Vuetify 2.2.12 errors:
[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'value' of undefined"
found in
---> at node_modules/v-radio-deselectable/src/component.vue
at src/components/Child.vue
at src/views/Parent.vue
at src/App.vue
And:
vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read property 'value' of undefined
at VueComponent.reset (component.js?297c:6)
at mouseup (eval at ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"49e019a5-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./node_modules/v-radio-deselectable/src/component.vue?vue&type=template&id=6c8b3a6a& (app.js:1267), :16:24)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
at HTMLDivElement.invoker (vue.runtime.esm.js?2b0e:2179)
at HTMLDivElement.original._wrapper (vue.runtime.esm.js?2b0e:6911)
The text was updated successfully, but these errors were encountered:
I'm sorry I've got no time to investigate but I just let you know that I'm still using this component and that it's still working for me with [email protected] and [email protected]. As specified here https://github.com/madarche/v-radio-deselectable/blob/master/package.json#L26 it has been developed for Vuetify 1.x. I would be glad to have people contributing a patch to make it work with a newer Vuetify or with different versions of Vuetify, depending on the maintainability and legibility of the code.
Implemented like in the demo:
Where model = {}, gives me in Vuetify 2.2.12 errors:
[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'value' of undefined"
found in
---> at node_modules/v-radio-deselectable/src/component.vue
at src/components/Child.vue
at src/views/Parent.vue
at src/App.vue
And:
vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read property 'value' of undefined
at VueComponent.reset (component.js?297c:6)
at mouseup (eval at ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"49e019a5-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./node_modules/v-radio-deselectable/src/component.vue?vue&type=template&id=6c8b3a6a& (app.js:1267), :16:24)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
at HTMLDivElement.invoker (vue.runtime.esm.js?2b0e:2179)
at HTMLDivElement.original._wrapper (vue.runtime.esm.js?2b0e:6911)
The text was updated successfully, but these errors were encountered: