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

**Is your feature request related to a problem? Please describe.** I'm using typescript, yup, `toTypedSchema()`, and it works like a charm after getting used to values from `useForm()` still having...

🤔 needs reproduction

### What happened? When I pass a `ref` object as initial value in `useField`, changing the value of that object seems to have no effect on `resetField`. ### Reproduction steps...

Hi, may I ask what does the `warn` parameter do in `validate` specifically? I could not find any hint in the docs or online. Thank you very much @logaretm ```ts...

### What happened? I want validate each element of the array like this const schema = { array.0.name: 'required' } but the form got errors parse name: 'message error' I...

**Is your feature request related to a problem? Please describe.** We have a multi-step form that calls the function returned by `handleSubmit` to go to the next step. This triggers...

🤔 needs reproduction

**Is your feature request related to a problem? Please describe.** Main problem which this feature aims to solve is `yup` localization. Doc of `vee-validate` sends users to `yup` localization guide,...

🔎 __Overview__ This PR eliminates the implicit dependency for developers on integration with a specific validator. Since the vee-validate integration directly depends on the validator in `dependencies`, it is impossible...

### What happened? I have a field in a form which uses a v-autocomplete component to select a value. I am using this specific component because I want to display...

### What happened? I'm in the process of migrating a Vue 2 / Vuetify / VeeValidate project to Vue 3 and switching to a new version of VeeValidate is quite...

### What happened? I am not sure if this is the intended functionality or a bug, or maybe i am doing something incorrectly. Currently, i am able to only keep...

✨ enhancement