Versions
Describe the bug
You may have an infinite update loop in a component render function. if using vuetify v-radio-group in combination with ValidationProvider and v-model with value "undefined".
To reproduce
Steps to reproduce the behavior:
Expected behavior
Just an invalid validation of the ValidationProvider. Not an infinite loop.
Demo link
https://codesandbox.io/embed/vue-template-mptx0 (Open Developer-Console an click on "Toggle show")
Desktop:
Additional context
Only in combination with vuetify, but not happening in Version 3.0.6 of vee-validate.
Okay, this is caused by #2355 I will see what I can do
@logaretm That was fast. Thank you! :smiley:
@nicoschreiner You are welcome, 3.0.8 is up with this fix.
Most helpful comment
Okay, this is caused by #2355 I will see what I can do