Questions tagged [vee-validate]

For question related with VeeValidate library for Vue.js.

VeeValidate is a validation library for Vue.js. It has plenty of validation rules out of the box and support for custom ones as well. It is template based so it is similar and familiar with the HTML5 validation API. You can validate HTML5 inputs as well as custom Vue components.

It is also built with localization in mind.

610 questions
4
votes
1 answer

Basic example with vee-validate not working

I'm trying to make a simple form validation page work with vee-validate. Something appears to be broken though, and I am unsure what exactly I am doing wrong. The span tag appears as raw html: Markup: …
a coder
  • 7,530
  • 20
  • 84
  • 131
4
votes
1 answer

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 date cannot be less than the start date? I have looked high and low, and there is nowhere I can find a definite answer to this. If…
bpp
  • 91
  • 1
  • 2
  • 7
4
votes
4 answers

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 want to validate all fields at the save button this.$validator.validateAll().then(result => { if (result) { } // alert("Correct…
margherita pizza
  • 6,623
  • 23
  • 84
  • 152
4
votes
2 answers

Vee-Validate with scope not working on vuetify

I have been trying to use vee-validate with scope on Veutify form. But when the form is submitted it doesn't show any error or the form is always valid. I think i miss something on my implementation. Please help.
User_4373
  • 379
  • 1
  • 3
  • 17
4
votes
1 answer

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