TextAreaDirective
Directive
Represents the Kendo UI TextArea directive for the Inputs components for Angular.
Definition
Package:@progress/kendo-angular-inputs
Selector:textarea[kendoTextArea]
Syntax:
html
<textarea kendoTextArea></textarea>
Inputs
autoSize
boolean
Sets whether the textarea element resizes its height automatically
(see example).
Default:
false
value
string
Sets the textarea value.
Events
valueChange
EventEmitter<any>
Fires when the TextArea value changes.