Silent validation and computed rules (that change) result in unwanted validation #3982
Closed
5 tasks done
Labels
🐛 bug
Unintended behavior
What happened?
If you validate your From with
validate({ mode: 'silent' })
and later have a chaning rule, the Form will be validatedwithStateMutation
instead of the expectedValidStateOnly
because silent mode also seems sets the field meta information to validated.Reproduction steps
useForm
and validate the Form silently after mountinguseField
and fill it with a computed rule that you change to a later state ( important: after validating the Field (silently)Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://stackblitz.com/edit/vue-xjaf2x?file=src%2FApp.vue,src%2Fcomponent.vue,src%2Fmain.js
Code of Conduct
The text was updated successfully, but these errors were encountered: