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

It seems there is an issue here where some properties are readonly because it seems to be another proxy object. This results in unexpected error messages when simply assigning values...

🐛 bug

### What happened? Title! ### Reproduction steps _No response_ ### Version Vue.js 3.x and vee-validate 4.x ### What browsers are you seeing the problem on? - [X] Firefox - [X]...

### What happened? After the Vue 3.5 upgrade, we get type errors about private types from the ErrorMessage or Field components.: - Default export of the module has or is...

👕 TypeScript

It would be greate if this could be translated to composition api https://github.com/logaretm/vee-validate/blob/f290933462db3e3499e158eef136bb30e5bc3942/docs/src/pages/tutorials/dynamic-form-generator.mdx?plain=1#L11

📚 docs

**Is your feature request related to a problem?** I am building a component library in which I am implementing pre-styled wrappers for `Field` and `Form` components. I expected that I...

✨ enhancement
👕 TypeScript

### What happened? After the upgrade of TS to 5.6.2, start getting this weird error. The inferred type of '__VLS_template' cannot be named without a reference to 'vee-validate/node_modules/type-fest/source/partial-deep'. No clue...

🤔 needs reproduction

### What happened? Typescript Error is thrown for initial values when a property in the schema is required. This should not be the case as the input values should always...

when i try to submit paymentMode as online banking and not selecting bank then it shows validation error mentioning bank is required then i enter a bank and submit and...

## What happened? ### Background In our project, we have the ESLint rule "@typescript-eslint/unbound-method" enabled. This rule warns us, when we use non-arrow functions without their context, because in those...

👕 TypeScript

### What happened? In Nuxt, the initial value of meta.valid is true while we are providing a validation schema with no hydration errors ## Screenshots https://github.com/user-attachments/assets/baecacb1-914d-4af5-b477-8ec8746f8cd5 ### Reproduction steps 1....