Skip to main content

Interface: FormStatusData<SR>

Type parameters#

Name
SR

Properties#

hasErrors#

• hasErrors: boolean

True if any field validation errors currently exist.


hasSubmitErrors#

• hasSubmitErrors: boolean

True if any field submit validation errors currently exist.


hasWarnings#

• hasWarnings: boolean

True if any field validation warnings currently exist.


result#

• result: null | SR

Submit result.


submitFailed#

• submitFailed: boolean

True if the form has been submitted and the immediate submit has failed.


submitSucceeded#

• submitSucceeded: boolean

True if the form has been submitted and the immediate submit has succeeded.


submitting#

• submitting: boolean

True if the form has been submitted and is submit resolution is pending.