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