Guaxu Docs
Preparing search index...
guaxu-react
TextInputProps
Type Alias TextInputProps
type
TextInputProps
=
{
description
?:
string
;
errorMessage
?:
string
;
isDisabled
?:
boolean
;
isInvalid
?:
boolean
;
isRequired
?:
boolean
;
label
?:
string
;
labelDescription
?:
string
;
onBlur
?:
(
e
:
FocusEvent
<
HTMLInputElement
|
HTMLTextAreaElement
,
Element
>
,
)
=>
void
;
onChange
:
(
e
:
React.ChangeEvent
<
HTMLInputElement
|
HTMLTextAreaElement
>
,
)
=>
void
;
placeholder
?:
string
;
rows
?:
number
;
type
?:
"text"
|
"search"
|
"url"
|
"tel"
|
"email"
|
"password"
;
value
:
string
;
}
Index
Properties
description?
error
Message?
is
Disabled?
is
Invalid?
is
Required?
label?
label
Description?
on
Blur?
on
Change
placeholder?
rows?
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
label
Description
labelDescription
?:
string
Optional
on
Blur
onBlur
?:
(
e
:
FocusEvent
<
HTMLInputElement
|
HTMLTextAreaElement
,
Element
>
,
)
=>
void
on
Change
onChange
:
(
e
:
React.ChangeEvent
<
HTMLInputElement
|
HTMLTextAreaElement
>
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
rows
rows
?:
number
Optional
type
type
?:
"text"
|
"search"
|
"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
label
Description
on
Blur
on
Change
placeholder
rows
type
value
Guaxu Docs
Loading...