Appearance
useField()
Accepts field instance
Returns mapped field states and handlers:
value- mapped FormModel$valuesdirty- mapped FormModel$dirtyerrors- mapped FormModel$errorsonBlur- mapped blured eventonFocus- mapped focused eventtouched- mapped FormModel$touchedfocused- mapped FormModel$focused(true if $focused has same field path as specific field)onChange- mapped FormModelchangedevent which accepts value onlyexternalErrors- mapped FormModel$externalErrorsshouldShowValidation- boolean value based on touched/dirty/submitted states and ValidationVisibilityCondition setting