Skip to content
New issue

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

Silent validation and computed rules (that change) result in unwanted validation #3982

Closed
5 tasks done
tomhave97 opened this issue Oct 31, 2022 · 1 comment
Closed
5 tasks done
Labels
🐛 bug Unintended behavior

Comments

@tomhave97
Copy link

What happened?

If you validate your From with validate({ mode: 'silent' }) and later have a chaning rule, the Form will be validated withStateMutation instead of the expected ValidStateOnly because silent mode also seems sets the field meta information to validated.

Reproduction steps

  1. Create a Form with registered rules (required is enough)
  2. use, useForm and validate the Form silently after mounting
  3. in your Field use useField 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?

  • Firefox
  • Chrome
  • Safari
  • Microsoft Edge

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

@logaretm
Copy link
Owner

logaretm commented Nov 2, 2022

Thanks for reporting this. I pushed a fix and will be released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants