action
Specification
Action performed on the successful submit of the form.
This function is called only when the form is valid.
Definition
type Action = (params) => Promise<any>Parameters
Parameter name
Type
Description
serialized
Object
Serialized fields of the form.
fields
Object
Reference to all fields.
form
Object
Form component reference.
Example
Simple example
Example with Redux
Last updated