New to Kendo UI for Angular? Start a free 30-day trial
TextBoxSuffixTemplateDirective
Represents a template for suffix adornments in the TextBox component (see examples).
html
<kendo-textbox>
<ng-template kendoTextBoxSuffixTemplate>
<button kendoButton icon="image"></button>
</ng-template>
</kendo-textbox>
Selector
[kendoTextBoxSuffixTemplate]
Inputs
Name | Type | Default | Description |
---|---|---|---|
showSeparator |
|
|
Determines whether a separator is shown before the suffix template. |