vee-validate
vee-validate copied to clipboard
✅ Painless Vue forms
### 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...
### 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...
### 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:  Commenting...
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...
### 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...
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...
**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...