JensDll / vue3-form-validation

Vue Composition Function for Form Validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 CustomValidationBehaviorFunctions was renamed to ValidationBehaviorFunctions.
  • The $rawErrors property was removed from transformed fields.

I believe the new version works well now, and I'll be considerate when adding new features moving forward.


npm LICENSE

Vue composition function for form validation.

  • 🌌 Written in TypeScript
  • β˜„οΈ Async rules
  • 🌊 Dynamic forms
  • πŸ‚ Light weight
npm install vue3-form-validation

πŸ‘‰ Check out the Documentation

πŸ‘‰ Check out the Examples on StackBlitz

About

Vue Composition Function for Form Validation

License:MIT License


Languages

Language:TypeScript 77.2%Language:Vue 20.5%Language:JavaScript 2.0%Language:HTML 0.2%Language:Shell 0.1%