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

TextAreaDirective

Represents the Kendo UI TextArea directive for the Inputs components for Angular.

html
<textarea kendoTextArea></textarea>

Selector

textarea[kendoTextArea]

Inputs

NameTypeDefaultDescription

autoSize

boolean

false

Sets whether the textarea element resizes its height automatically (see example).

value

string

Sets the textarea value.

Events

NameTypeDescription

valueChange

EventEmitter<any>

Fires when the TextArea value changes.

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