New to Kendo UI for Angular? Start a free 30-day trial
TextAreaPrefixComponent
Updated on Apr 29, 2026
Represents the prefix adornments container for the TextArea component.
Nest the <kendo-textarea-prefix> component inside <kendo-textarea> to add elements before the input.
html
<kendo-textarea>
<kendo-textarea-prefix>
<button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
</kendo-textarea-prefix>
</kendo-textarea>
Selector
kendo-textarea-prefix
Export Name
Accessible in templates as #kendoTextAreaPrefixInstance="kendoTextAreaPrefix"