Preparing search index...
The search index is not available
@sheerid/jslib
@sheerid/jslib
FormFieldComponentProps
Interface FormFieldComponentProps<T>
interface
FormFieldComponentProps
<
T
>
{
autoFocus
?:
boolean
;
disabled
?:
boolean
;
errorId
?:
ErrorId
;
intl
?:
InjectedIntl
;
isErrored
?:
boolean
;
isRequired
?:
boolean
;
label
?:
Element
;
onChange
:
(
(
value
)
=>
void
)
;
onKeyDown
?:
Function
;
placeholder
?:
string
;
value
:
T
;
verificationService
?:
VerificationService
<
ViewModel
>
;
}
Type Parameters
T
=
any
Index
Properties
auto
Focus?
disabled?
error
Id?
intl?
is
Errored?
is
Required?
label?
on
Change
on
Key
Down?
placeholder?
value
verification
Service?
Properties
Optional
auto
Focus
auto
Focus
?:
boolean
Optional
disabled
disabled
?:
boolean
Optional
error
Id
error
Id
?:
ErrorId
Optional
intl
intl
?:
InjectedIntl
Optional
is
Errored
is
Errored
?:
boolean
Optional
is
Required
is
Required
?:
boolean
Optional
label
label
?:
Element
on
Change
on
Change
:
(
(
value
)
=>
void
)
Type declaration
(
value
)
:
void
Parameters
value
:
T
Returns
void
Optional
on
Key
Down
on
Key
Down
?:
Function
Optional
placeholder
placeholder
?:
string
value
value
:
T
Optional
verification
Service
verification
Service
?:
VerificationService
<
ViewModel
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
auto
Focus
disabled
error
Id
intl
is
Errored
is
Required
label
on
Change
on
Key
Down
placeholder
value
verification
Service
@sheerid/jslib
Loading...