textarea-autosize

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
STATUS
Passing
DOWNLOADS
47,252
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
Use `rowsMin` instead.
1 contributor
Install textarea-autosize as a package?
Copied
npm i @bit/mui-org.material-ui.textarea-autosize
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right

Use rowsMin instead. The prop will be removed in v5.

Maximum number of rows to display.

Minimum number of rows to display.

Properties
NameTypeDescription
className
string
onChange
function
placeholder
string
rows
number | string
rowsMax
number | string

Maximum number of rows to display.

rowsMin
number | string

Minimum number of rows to display.

style
object
value
string[] | number | string
Help and resources