New to Kendo UI for AngularStart a free 30-day trial

TextAreaDirective

Represents the Kendo UI TextArea directive for the Inputs components for Angular. Provides floating labels to textarea elements.

ts
<textarea kendoTextArea></textarea>

Selector

textarea[kendoTextArea]

Inputs

NameTypeDefaultDescription

autoSize

boolean

false

Specifies if the textarea element will resize its height automatically (see example).

value

string

Specifies the textarea value.

Events

NameTypeDescription

valueChange

EventEmitter<any>

Fires each time the textarea value is changed.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support