submit()
Specification
Performs a manual submit of the current Form
. Submit function returns a Promise that resolves into different SubmitState
.
Manual submit is meant for explicit usage scenarios, and is not a conventional way of submitting your forms. If you are not sure if you need manual submit, then you don't need it.
Definition
Example
Make sure to provide Form.props.action
since that will be invoked after calling manual submit of the form.
Last updated