Nested Fields With Validation Schema without yup #4174
Unanswered
codeflorist
asked this question in
Q&A
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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