Reference
FormState
Describes the complete reactive state tracked by a form instance.
Signature
interface FormStateMembers
dirty: booleanerrors: FormErrors<TValues>initialValues: TValuessubmitCount: numbersubmitting: booleantouched: Partial<Record<FieldName<TValues>, boolean>>valid: booleanvalidating: Partial<Record<FieldName<TValues>, boolean>>values: TValues