vee-validate
vee-validate copied to clipboard
✅ Painless Vue forms
I tried validate field checkbox group. I don't know what is wrong ? https://stackblitz.com/edit/vee-validate-v4-element-plus-8fc4gf?file=src%2FApp.vue
### What happened? I'm currently rewriting old Vue2 components using the new ``-syntax (to prepare an update to Vue3 in the future). I noticed that `` content doesn't render for...
**Is your feature request related to a problem? Please describe.** Reactive object `values` from `useForm` is bind directly to corresponding input, so Vue sets field value, and then recalculate all...
### What happened? I have a parent component (MainLayout) that contains my language switcher, and lots of Form components as children of the MainLayout component, when I switch the locale...
If your company is using vee-validate, I would like to see how you are using it and how the experience have been so far 😉 screenshots are welcome 📸 Also,...
### What happened? I'm not sure how it is happening. I have custom input that looks like [that](https://codesandbox.io/s/confident-edison-0eoh1x?file=/src/App.vue) When using the .number modifier on the v-model I couldn't input 0...
**Is your feature request related to a problem? Please describe.** Current behaviour of `initialValue` is a bit problematic for the async use cases. I've tried to show it on this...
### What happened? The changed slot property on ValidationObserver in V3 is not present in the documentation, whilst the rest of the flags are. I can add this as a...
Is there a migration guide, explaining the changes upgrading from 3.3 to 4.0?
### What happened? ` {{ errors[0] }} ` i'm using vue 2 with vuetify my validation errors is changing when I change locale but not the field Name, untill I...