Hex Core JS
Preparing search index...
Forms
FieldHintProps
Type Alias FieldHintProps
FieldHintProps
:
Pick
<
FormState
<
FormValues
>
,
"formType"
|
"validationDisplayPolicy"
|
"submitCount"
,
>
&
Pick
<
FieldState
<
FieldValue
>
,
|
"validationStatus"
|
"validationErrors"
|
"wasTouched"
|
"wasTouchedSinceLastSubmit"
|
"wasChanged"
,
>
&
Partial
<
Pick
<
FieldState
<
FieldValue
>
,
"submissionErrors"
>
>
&
{
isFocused
:
boolean
;
}
&
Partial
<
ClassNameProps
&
ChildrenProps
>
Type Declaration
isFocused
:
boolean
Boolean indicating whether the field's input is focused or not.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...
Boolean indicating whether the field's input is focused or not.