We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Versions
Describe the bug When working with complex data inside an array, radio input clear their own value if we delete top array members.
To reproduce Steps to reproduce the behavior:
Expected behavior The selected value for the radio value is not reset
Demo link https://codesandbox.io/s/vee-validate-array-fields-forked-wxxuq?file=/src/App.vue
The text was updated successfully, but these errors were encountered:
3d4efef
Thank you for reporting this with an example, I have identified the issue and solved it. The fix is live now with 4.1.12
4.1.12
Sorry, something went wrong.
No branches or pull requests
Versions
Describe the bug
When working with complex data inside an array, radio input clear their own value if we delete top array members.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The selected value for the radio value is not reset
Demo link
https://codesandbox.io/s/vee-validate-array-fields-forked-wxxuq?file=/src/App.vue
The text was updated successfully, but these errors were encountered: