Skip to content

Instantly share code, notes, and snippets.

@redgeoff
Created October 11, 2018 22:46
Show Gist options
  • Save redgeoff/21941f7575e4e75ed22b4d6d4a17c2fa to your computer and use it in GitHub Desktop.
Save redgeoff/21941f7575e4e75ed22b4d6d4a17c2fa to your computer and use it in GitHub Desktop.
Autogenerating Forms - Validation
validators: [
{
where: {
"fields.email.value": "nope@example.com"
},
error: {
field: "email",
error: "must not be {{fields.email.value}}"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment