Form is always valid
#4060
-
I have a problem with a form that it's always valid no matter what rules I write. I don't understand what am I doing wrong. here is a reproduction link: https://stackblitz.com/edit/vee-validate-always-valid?file=pages%2Findex.vue |
Beta Was this translation helpful? Give feedback.
Answered by
melokki
Feb 26, 2023
Replies: 1 comment
-
Stupid me, I used changed to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
melokki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stupid me, I used
toFieldValidator
instead oftoFormValidator
changed to
toFormValidator
and now I am getting the expected result