Simple Form Validation Alpine Plugin

This form contains a lot of odd variations to test the plugins limits. It uses @submit="$validate.submit" to make sure the form is complete

Please enter a valid phone number

is not a whole number

Enable food questions? *

Food Questions

Favorite Animals *

Favorite Transport *

You must click this! *

There is an error in the form!!

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))