Category "vee-validate"

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