TextAreaDirective
Represents the Kendo UI TextArea directive for the Inputs components for Angular.
Provides floating labels to textarea
elements.
<textarea kendoTextArea></textarea>
Selector
textarea[kendoTextArea]
Inputs
autoSize
boolean
(default: false)
Specifies if the textarea
element will resize its height automatically
(see example).
value
string
Specifies the textarea value.
Events
valueChange
EventEmitter<any>
Fires each time the textarea value is changed.