Skip to main content

Interface: FieldStatusData

Properties#

detached#

• detached: boolean

True if the current value is different from the pending value.


dirty#

• dirty: boolean

True if the current value is different from the initial value.


focused#

• focused: boolean

True if the field is currently focused.


hasError#

• hasError: boolean

True if the field has an error value.


hasWarning#

• hasWarning: boolean

True if the field has a warning value.


touched#

• touched: boolean

True if the field value has been edited.


visited#

• visited: boolean

True if the field is has been or is currently focused.