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.
Provides floating labels to textarea
elements.
ts
<textarea kendoTextArea></textarea>
Selector
textarea[kendoTextArea]
Inputs
Name | Type | Default | Description |
---|---|---|---|
autoSize |
|
|
Specifies if the |
value |
|
Specifies the textarea value. |
Events
Name | Type | Description |
---|---|---|
valueChange |
|
Fires each time the textarea value is changed. |