@hmiproject/helio-sdk
Preparing search index...
TextInputProps
Type Alias TextInputProps
type
TextInputProps
=
{
autoFocus
?:
boolean
;
defaultValue
?:
string
;
disabled
?:
boolean
;
invalid
?:
boolean
;
leftItems
?:
ReactNode
;
placeholder
?:
string
;
readOnly
?:
boolean
;
rightItems
?:
ReactNode
;
style
?:
CSSProperties
;
type
?:
React.HTMLInputTypeAttribute
;
value
?:
string
;
onBlur
?
(
event
:
FocusEvent
)
:
void
;
onChange
(
nextValue
:
string
)
:
void
;
onFocus
?
(
event
:
FocusEvent
)
:
void
;
}
Index
Properties
auto
Focus?
default
Value?
disabled?
invalid?
left
Items?
placeholder?
read
Only?
right
Items?
style?
type?
value?
Methods
on
Blur?
on
Change
on
Focus?
Properties
Optional
auto
Focus
autoFocus
?:
boolean
Optional
default
Value
defaultValue
?:
string
Optional
disabled
disabled
?:
boolean
Optional
invalid
invalid
?:
boolean
Optional
left
Items
leftItems
?:
ReactNode
Optional
placeholder
placeholder
?:
string
Optional
read
Only
readOnly
?:
boolean
Optional
right
Items
rightItems
?:
ReactNode
Optional
style
style
?:
CSSProperties
Optional
type
type
?:
React.HTMLInputTypeAttribute
Optional
value
value
?:
string
Methods
Optional
on
Blur
onBlur
?
(
event
:
FocusEvent
)
:
void
Parameters
event
:
FocusEvent
Returns
void
on
Change
onChange
(
nextValue
:
string
)
:
void
Parameters
nextValue
:
string
Returns
void
Optional
on
Focus
onFocus
?
(
event
:
FocusEvent
)
:
void
Parameters
event
:
FocusEvent
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Focus
default
Value
disabled
invalid
left
Items
placeholder
read
Only
right
Items
style
type
value
Methods
on
Blur
on
Change
on
Focus
@hmiproject/helio-sdk
Loading...