Rezi
Preparing search index...
core/src
TextareaProps
Type Alias TextareaProps
TextareaProps
:
Readonly
<
{
accessibleLabel
?:
string
;
disabled
?:
boolean
;
focusable
?:
boolean
;
focusConfig
?:
FocusConfig
;
id
:
string
;
key
?:
string
;
onBlur
?:
()
=>
void
;
onInput
?:
(
value
:
string
,
cursor
:
number
)
=>
void
;
placeholder
?:
string
;
readOnly
?:
boolean
;
rows
?:
number
;
style
?:
TextStyle
;
value
:
string
;
wordWrap
?:
boolean
;
}
,
>
Props for ui.textarea(). Multi-line controlled text input.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for ui.textarea(). Multi-line controlled text input.