TextBoxSuffixTemplateDirective
Directive
Represents a template for suffix adornments in the TextBox component (see examples).
Definition
Package:@progress/kendo-angular-inputs
Selector:[kendoTextBoxSuffixTemplate]
Syntax:
html
<kendo-textbox>
<ng-template kendoTextBoxSuffixTemplate>
<button kendoButton icon="image"></button>
</ng-template>
</kendo-textbox>
Inputs
showSeparator
boolean
Determines whether a separator is shown before the suffix template.
Default:
false