vee-validate
                                
                                 vee-validate copied to clipboard
                                
                                    vee-validate copied to clipboard
                            
                            
                            
                        ✅ Painless Vue forms
### What happened? I am using vee-validate (composition api) with Zod to create validation for an array, which requires at least one row. When I delete the last row, then...
I have a data object that is an instance of a class with some private properties. Due to the limitations of JavaScript proxies, I use `markRaw`, making it non-reactive. I...
### What happened? Adding multiple `input` to a `` prevents `@submit` from being called with the Enter key. ### Reproduction steps 1. In the first form, enter text to the...
### What happened? I have a project built in Vue 3 and Vite in library mode. Ever since `vee-validate` 4.15.0, vite started emitting `dist/index-[hash].js` in addition to my expected project...
### What happened? I'm trying to build a dynamic form generator, using vee-validate, vee-validate/rules along side with vuetify-nuxt I'm doing my best to restrict any generic or random rules, and...
### What happened? Trying to use the devtools in a Nuxt 3 (vee-validate/nuxt module) project, but it shows nothing...  ### Reproduction steps 1. Install Vue.js devtools latest version (7.6.8...
### What happened? First of all, love the project! I think i may have found a minor issue, but it may also be me just misunderstanding and doing something wrong....
### What happened? When loading a large form with 42 fields, I noticed that vee-validate performs multiple unnecessary validations: - On load: This is expected. - On model update: While...
### What happened? My problem is a little hard to explain. I have a static form with a few dynamic fields, that could be added depending on a remote json...
### What happened? https://github.com/user-attachments/assets/f025aba6-4a53-4327-9e83-8d1d73a5ebd2 I'm trying to use a Valibot union. Each alternative in the union is an object called `b`. In the given example the union is either an...