New to Kendo UI for Angular? Start a free 30-day trial
TextAreaSuffixComponent
Specifies the adornments in the suffix container (see example).
ts
_@Component({
selector: 'my-app',
template: `
<kendo-textarea>
<kendo-textarea-suffix>
<button kendoButton look="clear" icon="image"></button>
</kendo-textarea-suffix>
</kendo-textarea>
`
})
class AppComponent {}
Selector
kendo-textarea-suffix
Export Name
Accessible in templates as #kendoTextAreaSuffixInstance="kendoTextAreaSuffix"