Import
import { WrAutosize } from 'ngwr/directives';
import { WrInput } from 'ngwr/input';Usage
<textarea wrAutosize minRows="2" maxRows="8" [(ngModel)]="text"></textarea>API
| Name | Description | Type | Default |
|---|---|---|---|
[wrAutosize] | Auto-grow <textarea> based on scrollHeight; bounded by minRows / maxRows. | directive on textarea | — |