use/useForm
Methods
- useForm - Generate and provide a form context for a form, using the provided initial values, including methods to update the form's values, errors, messages, touched state, modified state, and to reset the form.
Types
FormContext
FormContextRawProps
FormContextRawState
FieldValues
FieldValues = object
FormContextProps
FormContextProps = UnwrapNestedRefs
FormContextState
FormContextState = UnwrapNestedRefs
Source
client/lib/use/useForm.js:1