vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

✅ Painless Vue forms

Results 246 vee-validate issues
Sort by recently updated
recently updated
newest added

### 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...

✨ enhancement
👕 TypeScript

**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: ![image](https://github.com/user-attachments/assets/dfe348e7-942a-498e-b994-b657f9daed09) I'd expect all the fields...

✨ enhancement
👕 TypeScript

### 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...

🤔 needs reproduction

### 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: {...

👕 TypeScript

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...