FormHandle
A subclass of React.Component.
Represent the ref
of the Form component.
Name | Type | Default | Description |
---|---|---|---|
errors |
| ||
fields |
| ||
formErrors |
| ||
modified |
| ||
props |
|
The props of the FormHandle component. | |
touched |
| ||
validatorsByField |
| ||
values |
| ||
visited |
|
Methods
onChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
Method for emiting changes to a specific field outside the form component.
| |||||||||
|
onReset |
---|
Method for resetting the form state outside the form component.
|