We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For nested inputs to a form, use the mapInputs function.
mapInputs
In Coffeescript, this would look like this:
mapInputs: (inputs) -> member: email: inputs.email first_name: inputs.first_name last_name: inputs.last_name
For background, see this issue
Nested Inputs
Validate onBlur
Async validation