vee-validate
vee-validate copied to clipboard
✅ Painless Vue forms
### What happened? I was trying to make `optional` schema to work, but i coudn't. Also i tried with `withDefault` from documentation of `vee-validate` (which is depricated) and it is...
It would be nice to add an example for daisyUI.com in the "UI Libraries Examples". Thanks
### What happened? We are using nuxt-layers and nuxt modules in conjunction with vee-validate. Our shared component has a fieldwrapper that displays a field label, and shows any error messages...
### What happened? Hello, The `resetForm` function allows to resetting a form's meta fields, also providing new initial values. There is an edge-case when the new initial values provided are...
### What happened? Error messages are not reactive to locale changes like they used to be in v2. We need this functionality because we have a global locale selector button...
### What happened? The `meta.touched` property isn't changing when using composable setup with a zod typed schema. It is always `false`. Maybe there is additional setup required to make it...
### What happened? Tried to add `required` prop when using `defineField` but `state.required` always stays `false` Have tried with `yup` and `Global validators` For nuxt/ui if the `required` props is...
### What happened? The first codepen on the documentation does not work anymore, because the vue@next package could not be loaded from unpkg. Please update the unpkg link in the...
**Is your feature request related to a problem? Please describe.** Yes, the feature request is related to the problem of synchronizing form field values with URL parameters. Currently, in `vee-validate`,...
**Is your feature request related to a problem? Please describe.** The `useFeild` composable has a convenient `syncVModel` option which is missing from `defineField`. Many times I do not want to...