Nested Fields With Validation Schema without yup #4174
Unanswered
codeflorist
asked this question in
Q&A
Replies: 1 comment 2 replies
-
At the moment global rules have no way to handle nested values. This is one of the things I need to work on. |
Beta Was this translation helpful? Give feedback.
2 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.
-
https://vee-validate.logaretm.com/v4/guide/composition-api/nested-objects-and-arrays#nested-fields-with-validation-schema shows an example of how to use
useForm()
with nested fields with yup. But how can i do it without yup?i tried this, but it results in the error
No such validator 'name' exists.
:Beta Was this translation helpful? Give feedback.
All reactions