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

### What happened? Until v4.10.5, vee-validate sets meta.validated from useField to `true` when I call `validate()` from `useForm` manually. But it is not working with the latest version `4.12.5` My...

- an example demonstrating how to have multiple independent forms on a single page 🔎 __Overview__ There are certain use cases where you would want to have multiple forms on...

🔎 __Overview__ As detailed in #4181, it is extended version of PR #4553. This one, besides of exposing additional fields also adds new `FieldGroup` component with tests and documentation (documentation...

### What happened? In V3 there was the `required_if` rule as built-in rule available. After some searching I cannot seem to find it in V4 packages. Also no mention of...

✨ enhancement

Hello @logaretm I am upgraded to v4 and I have this use case ``` import { defineRule } from 'vee-validate' import { isEqual } from 'lodash' defineRule('isDifferent', (value, { target...

### What happened? losing meta.required with zod superRefine ### Reproduction steps 1. vee-validate + zod 2. schema + superRefine 3. useForm + Field -> meta.required is always false ### Version...

🐛 bug

**Is your feature request related to a problem? Please describe.** `meta.required` is working well, however if we use form, which toggles some other inputs on user input and we also...

✨ enhancement

### What happened? Hi, Since vee-validate 4.11.6 (certainly before but after vee-validate 4.8.4) the Field type number behave weirdly. When we type "0.001" then backspace, it remove all decimal number...

🐛 bug

### What happened? I am encountering a peculiar behavior when using a computed property for the form validation schema. I'm trying to build a form that takes a dynamic validation...

**Is your feature request related to a problem? Please describe.** I want to display a notification with list of validation problems, but I want to display actual labels instead of...