Stores and provides the core state of a form. Most functionality should be wrapped by specific fields (in useFieldState).
useFieldState
The initial values of the form. Can be the values or a function that returns the values. The identity of initialFormValues does not need to be kept stable.
Stores and provides the core state of a form. Most functionality should be wrapped by specific fields (in
useFieldState).