Package-level declarations
Types
Link copied to clipboard
Form is a combination of a ValidationStrategy and a list of rules to use. Use invoke to run a validation and produce an Input.
Link copied to clipboard
An error that occurred during validation. Presence of ValidationErrors in the resulting Input.Invalid indicates that the value of the input is invalid.
Link copied to clipboard
Specifies how to validate the input to a form.