New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
autoSize |
|
|
Sets whether the |
value |
|
Sets the textarea value. |
Events
Name | Type | Description |
---|---|---|
valueChange |
|
Fires when the TextArea value changes. |