Hex Core JS
Preparing search index...
Forms
TextAreaInputProps
Type Alias TextAreaInputProps
TextAreaInputProps
:
Omit
<
TextInputProps
,
"type"
|
"inputMode"
>
&
{
maxRows
?:
number
;
minRows
?:
number
;
}
Type Declaration
Optional
maxRows
?:
number
The maximum number of rows of text to show.
Optional
minRows
?:
number
The minimum number of rows of text to show.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...
The maximum number of rows of text to show.