vee-validate
vee-validate copied to clipboard
✅ Painless Vue forms
### Description: I’m not sure if this issue has already been addressed or if it’s a limitation, so I apologize if this is redundant. Currently, the validationSchema accepts any as...
**Is your feature request related to a problem? Please describe.** When contributing, It would be great if there was a playground built in to easily get a development environment setup...
### What happened? Trying to implement a multi-step form. Type of `values` inside the submit handler only has the fields from the first step:  I'd expect all the fields...
### What happened? Context I have a list of contacts and a contact form. When I select a contact, I reset a form with the selected contact values. An autosave...
### What happened? I can't return an object using yup setLocale. For example: (From yup docs) ```ts yup.setLocale({ number: { min: ({ min }) => ({ key: 'field_too_short', values: {...
There is a need to have the ability to defer validation in inputs, as was done for Vue2 using the data-vv-delay attribute. Since using custom debounces in the code, it...