Save form data without validation (skip validation) #4480
Replies: 1 comment
-
Hi, I just had to include the values in the v-slot of the form.
and include values in function argument Best! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I have a form and two buttons, one is "complete" button that needs to validate the form before saving the data (easy).
The other button is "Save" that needs to save the data without validation (?).
How can I skip validation and get the form data using vee-validate when second button is click?
Example:
https://codesandbox.io/s/vee-validate-v4-custom-field-labels-with-yup-forked-xdk3s3
THANKS
Beta Was this translation helpful? Give feedback.
All reactions