Top "Vee-validate" questions

For question related with VeeValidate library for Vue.

Vue js vee validate password confirmation always false

I'm trying to use vee validate to verify the password using this code. <div> <input type="password" …

validation vue.js vuejs2 vee-validate
Using Vee-validate to disable button until form is filled out correctly

I want to disable my submit button until my form is filled out correctly, this is what I have so …

vue.js vuejs2 vee-validate
Vee-Validate custom date validation

I was wondering if there is anyway you can write a custom date validation using vee-validate plugin where the end …

vue.js vee-validate
vee-validate how to set digit limit between two number?

I am trying to restrict the number of digits a user can input between 3-6. For some reason, I can't …

vue.js vuejs2 vee-validate
Vue.js Vee Validate how to do a validation with in a scope of elements

I'm using VeeValidate pluggin for the validation in my project. This is my form I'm going to validate. If I …

validation vue.js vuejs2 vee-validate
How to use ES6 import (client-side JS)

I am trying to use VeeValidate and the examples show the usage of ES6 import like this: import { Validator } from …

es6-modules vee-validate
Use vee-validate to validate select list with radio button exchange not show up validate message

I have a form use radio to exchange select lists but the validate message seems not to work correctly. this …

vue.js vee-validate
How to change the Vee-Validate default error messages?

Using Vue.js and Vee-Validate, how can I change the default error messages? Vee-Validate Example Demos Out of the box, …

javascript vue.js vee-validate
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 vee-validate
How can vee-validate validates email and phone at the same time

I have write a custom validator for phone and use it like this html <template> <input type="…

vue.js vuejs2 vee-validate