Category "vee-validate"

Problems using Vee-Validate's <Field /> and Vue Multiselect

Hoping if some of you can help me, probably I'm gettings things wrong but I just can't make the Field component to get the output from the Multiselect element.

VeeValidate and YUP async lazy email validation sending requests for every input in form on background

I'm trying to add lazy e-mail unique validator to my registration form. It works but when i type something in other fields (including e-mail field also) unique

Vue3: How to get error messages with Bootstrap and VeeValidate 4?

I want to use vue3 together with bootstrap 4/5 with veevalidate 4. <template> <Form as="form" @submit.prevent="onFormSubmit" class="needs-validation" :

Property or method "handleSubmit" is not defined

I use vee-validate to do my form validation. All goes well until I tried to use its Nested Observers function: https://logaretm.github.io/vee-validate/guide/for

vee-validate regex not working

I need to validate US phone number XXX-XXX-XXXX using vee-validate with this basic regex: (?:\d{3}-)\d{3}-\d{4}. The regex works fine by itself, but does not w

vee-validate's useFieldArray only works with deconstruct

Good day to all, can someone explain me why vee-validates useFieldArray only works correctly when I deconstruct it? Template: // For the working example