Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 664 Bytes

usefieldvisitation-hook.md

File metadata and controls

35 lines (28 loc) · 664 Bytes

useFieldVisitation()

Props

Props in

Prop Name Description
name

String

The base field name without a `/`.

Props out

Prop Name Description
isVisited Boolean value representing if the field has been visited.
setVisited Function which sets the visited state.

When to use?