Controlling Real-Time Validation in VeeValidate #4454
Unanswered
miguel-neto-andrade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working in a Vue.js 3 project (composition API), incorporating VeeValidate alongside Yup for form validation. I've come across a particular behavior that I'd like to customize. Currently, it engages in real-time validation as I input data into the form fields, but I'm seeking the ability to exercise more control over when this validation takes place. My goal is to trigger validation exclusively when I submit the form.
Here's an example of my form, which has been validated at form-level:
The validation schema is:
The
TextInput
component was created according to the documentation:https://vee-validate.logaretm.com/v4/examples/custom-inputs/
I've explored the VeeValidate documentation and attempted to find a solution on my own. However, I couldn't figure out how to control the validation behavior to match my requirements.
Beta Was this translation helpful? Give feedback.
All reactions