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
i have
radiobutton component something like this
<VField v-slot="{ errors }" v-model="localValue" :name="name" :rules="rules" :validate-on-input="true" > <input v-model="localValue" type="radio" :value="valueData" > </VField>
I have multiple radiobuttons in 1 page.
on veevalidate "vee-validate": "4.11.8", with same name i get errors[0] for each radiobutton.
but after i upgrade "vee-validate": "4.15.0", i only get the error on my last radiobutton.
am i doing something wrong normally i need to make every radiobutton red border if that happens.
...
Vue.js 3.x and vee-validate 4.x
.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
i have
radiobutton component something like this
I have multiple radiobuttons in 1 page.
on veevalidate "vee-validate": "4.11.8", with same name i get errors[0] for each radiobutton.
but after i upgrade "vee-validate": "4.15.0", i only get the error on my last radiobutton.
am i doing something wrong normally i need to make every radiobutton red border if that happens.
Reproduction steps
...
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
Demo link
.
Code of Conduct
The text was updated successfully, but these errors were encountered: