New to Kendo UI for Angular? Start a free 30-day trial

TextArea Directive

The TextArea directive provides options for styling and auto-resizing textarea elements.

The TextArea directive is intended to be used for styling purposes only. To implement fully functional text areas, use the TextArea component.

The following example demonstrates the TextArea directive in action.

Example
View Source
Change Theme:

Auto-Resizing

To automatically adjust the height of a TextArea as the user types, set its autoSize property to true. The auto-resizing functionality also works when the TextArea is bound to a component property that is dynamically updated.

Example
View Source
Change Theme:

In this article

Not finding the help you need?