Guaxu Docs
Preparing search index...
guaxu-react
TextInputProps
Interface TextInputProps
interface
TextInputProps
{
description
?:
string
;
errorMessage
?:
string
;
isDisabled
?:
boolean
;
isInvalid
?:
boolean
;
isRequired
?:
boolean
;
label
?:
string
;
onBlur
?:
(
event
:
FocusEvent
<
HTMLInputElement
,
Element
>
)
=>
void
;
onChange
:
(
e
:
ChangeEvent
<
HTMLInputElement
>
)
=>
void
;
placeholder
?:
string
;
type
?:
"search"
|
"text"
|
"url"
|
"tel"
|
"email"
|
"password"
;
value
:
string
;
}
Index
Properties
description?
error
Message?
is
Disabled?
is
Invalid?
is
Required?
label?
on
Blur?
on
Change
placeholder?
type?
value
Properties
Optional
description
description
?:
string
Optional
error
Message
errorMessage
?:
string
Optional
is
Disabled
isDisabled
?:
boolean
Optional
is
Invalid
isInvalid
?:
boolean
Optional
is
Required
isRequired
?:
boolean
Optional
label
label
?:
string
Optional
on
Blur
onBlur
?:
(
event
:
FocusEvent
<
HTMLInputElement
,
Element
>
)
=>
void
on
Change
onChange
:
(
e
:
ChangeEvent
<
HTMLInputElement
>
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
type
type
?:
"search"
|
"text"
|
"url"
|
"tel"
|
"email"
|
"password"
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
error
Message
is
Disabled
is
Invalid
is
Required
label
on
Blur
on
Change
placeholder
type
value
Guaxu Docs
Loading...