vue3-form-validation
vue3-form-validation copied to clipboard
Vue Composition Function for Form Validation
Form Validation for Vue 3
🚨 NOTICE: This project has been moved and will be further maintained at https://github.com/JensDll/validierung
With mostly the same API, the new version will support Vue 2 and 3. Below are the few breaking changes:
- The interface
CustomValidationBehaviorFunctionswas renamed toValidationBehaviorFunctions. - The
$rawErrorsproperty was removed from transformed fields.
I believe the new version works well now, and I'll be considerate when adding new features moving forward.
Vue composition function for form validation.
- 🌌 Written in TypeScript
- ☄️ Async rules
- 🌊 Dynamic forms
- 🍂 Light weight
npm install vue3-form-validation