Form
Form is a combination of a ValidationStrategy and a list of rules to use. Use invoke to run a validation and produce an Input.
Parameters
strategy
A ValidationStrategy to use
rules
A list of rules to use when validating. Order of rules matters!
Form is a combination of a ValidationStrategy and a list of rules to use. Use invoke to run a validation and produce an Input.
A ValidationStrategy to use
A list of rules to use when validating. Order of rules matters!