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 created a collection of form components, and I want to style the required fields differently. I can tell which...

### What happened? I'm trying to create a group of custom checkboxes with some already checked by default. After reading the documentation of `useField`, I tried to use `initialValue` to...

### What happened? StackBlitz examples don't work cause of error ![Image](https://github.com/user-attachments/assets/67af510b-1744-4b37-9eda-897a3ebc423b) ### Reproduction steps Go to examples and observe ### Version Vue.js 3.x and vee-validate 4.x ### What browsers are...

### What happened? When i use transform on my zod schema, the property meta.required of any field is setted to false. The validation of the fields works normally, but i...

### What happened? Hello, I installed latest version **4.15.0**. I see this errors in console: Any idea why this is happening? FYI: I'm using quasar and single spa setup. ###...

I was searching for this for plenty of time now, but is it so that `vee-validate` is lacking the most common validation strategy? I would like to implement a behaviour,...

On the page: https://vee-validate.logaretm.com/v4/api/configuration/ there is a "Tip" window at the bottom that says that most of the global configuration options only apply to the component and not to the...

### What happened? The [Composition API Nested Objects and Arrays](https://vee-validate.logaretm.com/v4/guide/composition-api/nested-objects-and-arrays/) page has examples with `defineInputBinds` instead of `defineField`.

### What happened? This is "copy" of #5033 because it still does not work. I see the OP closed it with duplicated issues however it still does not work. Please...

### What happened? Hello, The VeeValidate Devtool is showing undefined for all field values in a field state, except for the first field created by a `defineField` call. ![Image](https://github.com/user-attachments/assets/0602ed7f-8214-4528-a210-433feffb2391) ![Image](https://github.com/user-attachments/assets/a960fb6a-0feb-4638-a791-93a1ab4e1c10)...