vee-validate
vee-validate copied to clipboard
✅ Painless Vue forms
### What happened? When using **ArrayFields, validation errors are set during setup**, before any user interaction or validation triggered. This behaviour is different than on regular fields. Expected behaviour: the...
**Is your feature request related to a problem? Please describe.** It is impossible to configure form's behavior dynamically. For example, when I want to validate on change only after submitting...
### What happened? I am trying to use DatePicker with vee-validate i am getting ``` src/views/projects/NewProject.vue:120:19 - error TS2322: Type 'Ref' is not assignable to type 'Date | Date[] |...
**Is your feature request related to a problem? Please describe.** The problem is when you use composition API and want to write your own logic for scrolling to inputs with...
### What happened? I have a vuejs 3.4 application currently using vee-validate & vee-validate/rules libraries in version 4.12.8. I tried to update these libraries to the latest 4.13.2 but when...
🔎 __Overview__ This PR improves the implementation from #{4753} by passing the context to yup when passing to form the validation schema. Example: ```js setup() { const validationSchema = yup.object({...
**Is your feature request related to a problem? Please describe.** When building a form, it's a good UX practice to show the validation state of a field as indeterminate _until_...
🔎 __Overview__ This PR fixes the `Next step` navigation in the documentation.
🔎 __Overview__ This PR removes redundant text to improve readability.
### What happened? When using `useField`, `keepValuesOnUnmount` *should* keep the field values. However, this does not seem to be happening, as my custom field seems to reset every time it...