Simple Form Validation Alpine Plugin

This README example has been left mostly unstyled. See other examples for more elaborate styling of form and error message display

* required

Validations

List of data from $validate.data($refs.form)

name required value disabled valid

$validate.isComplete:

console.log($validate.formData($refs.form)) console.log($validate.value($refs.form))