New to Kendo UI for Angular? Start a free 30-day trial
TextAreaSuffixComponent
Represents the suffix adornments container for the TextArea component.
Nest the <kendo-textarea-suffix>
component inside <kendo-textarea>
to add elements after the input.
html
<kendo-textarea>
<kendo-textarea-suffix>
<button kendoButton look="clear" icon="image"></button>
</kendo-textarea-suffix>
</kendo-textarea>
Selector
kendo-textarea-suffix
Export Name
Accessible in templates as #kendoTextAreaSuffixInstance="kendoTextAreaSuffix"