Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

JensDll/vue3-form-validation

Repository files navigation

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