JSPM

  • Created
  • Published
  • Downloads 301
  • Score
    100M100P100Q98426F
  • License ISC

Vue 3 form validation

Package Exports

  • vue3-form-validation

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-form-validation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

WIP

Easy to use Form Validation for Vue 3

A working prototype is currently available and can be used.

npm i vue3-form-validation

Validation is async and is utilising Promise.allSettled(), which has not yet reached cross-browser stability (see). Example usage can be found in this Code Sandbox.