Questions tagged [vuelidate]

Use this tag to ask questions related to the validation library vuelidate.

Vuelidate is a simple, lightweight model-based validation for Vue.js 2.0

348 questions
0
votes
1 answer

form submit method is not working with vuelidate

Quick questions. I have a form with vuelidate, When the form is submitted improperly the validations works perfectly. but when all the validations are passed(all the fields are filled correctly) I don't get any response from the form(I did console…
ItzikSpensive
  • 33
  • 1
  • 7
0
votes
1 answer

How to use a Vuelidate async rule

I'm trying to add a custom async validation to a form in Vue and following the documented example, but the validation never fails. Here is my code: