vee-validate
vee-validate copied to clipboard
✅ Painless Vue forms
**Is your feature request related to a problem? Please describe.** When creating dependent forms it would be nice to express the form dependencies via Zod. **Describe the solution you'd like**...
### What happened? Typing into the 'month' part of firefox's built in date input erases the existing day and year components of that field's previous value. ### Reproduction steps If...
### What happened? Hi we have recently had a major memory leak in our production Nuxt SSR application and after many hours debugging the culprit turned out to be vee-validate....
### What happened? I have a use case where I'm resetting a single field that's being handled by a `useFieldArray` , when I use resetForm it's cleared like it should...
**Is your feature request related to a problem? Please describe.** Currently there is not way to have multiple `useForm` in the same component. (#4550 , #3270) Let's imagine a scenario...
> I'm posting this issue to all the libraries currently listed in the Ecosystem section of Zod's README. Apologies for the spam! Zod 4 is a big release and it's...
# What - Implements standard schema support. - Drops Yup support. - Marks valibot/zod resolver libraries as no-op and marked them for deprecation. - Implements basic conversion layer for Yup...
### What happened? Using the setFieldValue and setValue functions from the slot triggers validation even if the has validateOnX set to false. If this is desired behaviour is there any...
Is there a way to make `useField`'s `standalone` reactive? Trying to use it to 'disable' some fields. If not is there another way to dynamically turn off validation?
schema.cast() strips getter properties from initialValues breaking reactivity when using Zod schemas
### What happened? When using vee-validate with Zod schemas and initialValues containing objects with getter properties, the reactivity is lost during form initialization. The issue occurs in the resolveInitialValues function...