Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/react-form
FieldState
Type Alias FieldState
Field state tracked per-field.
type
FieldState
=
{
dirty
:
boolean
;
error
:
string
|
undefined
;
initialValue
:
any
;
touched
:
boolean
;
validating
:
boolean
;
value
:
any
;
}
Index
Properties
dirty
error
initial
Value
touched
validating
value
Properties
dirty
dirty
:
boolean
error
error
:
string
|
undefined
initial
Value
initialValue
:
any
touched
touched
:
boolean
validating
validating
:
boolean
value
value
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dirty
error
initial
Value
touched
validating
value
← Back to Website
All Versions
Libraries
Loading...
Field state tracked per-field.