You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the names of the fields being contact.email[0] and contact.phone[0], vee-validate is letting the form pass as correct while actually when parsing the value returned by the submit handler using zod, zod is infact reporting the expected errors of those fields,
The text was updated successfully, but these errors were encountered:
Versions
Describe the bug
With the following schema while using @vee-validate/zod
with the names of the fields being
contact.email[0]
andcontact.phone[0]
, vee-validate is letting the form pass as correct while actually when parsing the value returned by the submit handler using zod, zod is infact reporting the expected errors of those fields,The text was updated successfully, but these errors were encountered: