Arc.React
Preparing search index...
commands
WrappedFieldProps
Interface WrappedFieldProps<TValue>
Props that your wrapped component will receive
interface
WrappedFieldProps
<
TValue
=
unknown
>
{
errors
:
string
[]
;
invalid
:
boolean
;
onBlur
?:
()
=>
void
;
onChange
:
(
valueOrEvent
:
unknown
)
=>
void
;
required
:
boolean
;
value
:
TValue
;
}
Type Parameters
TValue
=
unknown
Index
Properties
errors
invalid
on
Blur?
on
Change
required
value
Properties
errors
errors
:
string
[]
invalid
invalid
:
boolean
Optional
on
Blur
onBlur
?:
()
=>
void
on
Change
onChange
:
(
valueOrEvent
:
unknown
)
=>
void
required
required
:
boolean
value
value
:
TValue
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
invalid
on
Blur
on
Change
required
value
Arc.React
Loading...
Props that your wrapped component will receive