vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

✅ Painless Vue forms

Results 246 vee-validate issues
Sort by recently updated
recently updated
newest added

### What happened? Hi @logaretm, I don't know if I should open a bug report or a discussion, I find strange how vee-validate acts about "Paths creation and destruction" in...

Hi! It is now possible to use either global validators in string and object syntax, or local validators in functional syntax. ```html ``` But is it somehow possible to use...

✨ enhancement

### What happened? Hello! First of all, thank you for this great library and the work that was put into it! As per the title, the FieldArray does not get...

📚 docs

### What happened? In Vue 2/Vee-Validate 3, I am using vue-custom-element, including Vee-Validate in the bundle, and on page load getting this error loading the resulting .js file: ![image](https://user-images.githubusercontent.com/128419338/231834975-c2482bed-a696-43b6-ad2e-07e60abb3e8f.png) Commenting...

3.x

Before anything Hi and thanks a lot for your great work. **Is your feature request related to a problem? Please describe.** On a multiple step validation wizard using composition api...

✨ enhancement

### What happened? using a nuxt project with nuxt-validate 1.0.1 which i believe uses vee-validate ^3. I have a custom text field component with vuetify 2 as below ```javascript import...

### What happened? Hello, There is a required_if translation for every locales in `@vee-validate/i18n/dist/locale/*.json` while there is no required_if rule : ``` { "code": "fr", "messages": { [...] "required_if": "Le...

Hey, thanks for the great package! I'm using Yup for validation. And I want to add localization. While I can set the locale in Yup as the full strings, I...

✨ enhancement

While testing out VeeValidate, I found out I was unable to use _both_ a schema _and_ per-field-assigned rules, which surprised me. If schema is set on the form, the rules...

✨ enhancement

**Is your feature request related to a problem? Please describe.** Currently vee-validate library only supports displaying error messages using component, in future it might become a necessasity to support multiple...

✨ enhancement
request