TextareaAutosize API
API documentation for the React TextareaAutosize component. Learn about the available props, and the CSS API.
Import
import TextareaAutosize from '@material-ui/core/TextareaAutosize';
// ou
import { TextareaAutosize } from '@material-ui/core';
Propriedades
Nome | Tipo | Padrão | Descrição |
---|---|---|---|
maxRows | number | string | Maximum number of rows to display. | |
minRows | number | string | 1 | Minimum number of rows to display. |
O
ref
é encaminhado para o elemento raiz.Any other props supplied will be provided to the root element (native element).