New to Kendo UI for AngularStart a free 30-day trial

Represents the directive for suffix adornments in the Inputs and DropDowns components.

Use the kendoSuffixTemplate directive to add custom content to the suffix container.

Definition

Package:@progress/kendo-angular-dropdowns

Selector:[kendoSuffixTemplate]

Syntax:

html
<kendo-textbox>
  <ng-template kendoSuffixTemplate>
    <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
  </ng-template>
</kendo-textbox>
<kendo-multiselect [data]="data" [(ngModel)]="value">
  <ng-template kendoSuffixTemplate>
    <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
  </ng-template>
</kendo-multiselect>

Inputs

Sets the showSeparator attribute of the suffixTemplate.

Default:

false

In this article
DefinitionInputsshowSeparator
Not finding the help you need?
Contact Support