New to Kendo UI for Angular? Start a free 30-day trial
TextBoxSuffixTemplateDirective
Specifies the adornments in the suffix container (see examples).
ts
_@Component({
selector: 'my-app',
template: `
<kendo-textbox>
<ng-template kendoTextBoxSuffixTemplate>
<button kendoButton look="clear" icon="image"></button>
</ng-template>
</kendo-textbox>
`
})
class AppComponent {}
Selector
[kendoTextBoxSuffixTemplate]
Inputs
Name | Type | Default | Description |
---|---|---|---|
showSeparator |
|
|
Sets the |