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

Specifies the adornments in the prefix container of the Inputs and DropDowns.

html
 <kendo-textbox>
     <ng-template kendoPrefixTemplate>
         <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
     </ng-template>
 </kendo-textbox>

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

Definition

Package:@progress/kendo-angular-dropdowns

Selector:[kendoPrefixTemplate]

Inputs

Sets the showSeparator attribute of the prefixTemplate.

Default:

false

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