PrefixTemplateDirective
Directive
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
showSeparator
boolean
Sets the showSeparator attribute of the prefixTemplate.
Default:
false