onFocus
Specification
Event handler called when a field acquires focus.
Definition
Parameters
Parameter name
Type
Description
event
Event
Native event reference.
fieldProps
Object
Props of the current field.
fields
Object
Reference to all fields of a form.
form
Object
Form component reference.
Example
Last updated