Field
This contains props for text fields, meta information, and helpers.
field
Props for text field
name
name
Field name
value
value
Field value from values by name
path
onChange
onChange
Change event handler
onBlur
onBlur
Blur event handler
meta
error
error
Field error from errors by name
path
touched
touched
Field touched from all touched by name
path
helpers
setValue
setValue
Sets a new value for the field
setTouched
setTouched
Sets a new touched status for the field. Value by default is true
.
setError
setError
Sets an external error for the field
Last updated