PrimeTextareaProps
| Extends: | TextareaProps |
Configuration props for PrimeNG textarea field component.
Properties
| Name | Type | Description |
|---|---|---|
| autoResize | boolean | undefined | Enable automatic resizing based on content. |
| cols inherited from TextareaProps | number | undefined | |
| hint | | Hint text displayed below the textarea. |
| maxlength | number | undefined | Maximum number of characters allowed. |
| placeholder inherited from TextareaProps | | |
| rows overrides TextareaProps | number | undefined | Number of visible text lines. |
| styleClass | string | undefined | CSS class to apply to the textarea element. |