I have a kendo-dropdown with the following template defined in it
<ng-template kendoComboBoxItemTemplate let-dataItem>
<div [class]="dataItem?.cssClass" >{{ dataItem?.title }}</div>
</ng-template>
When i view the dropdown in the UI the value is displayed using the default value display. If i modify the tags
and use a kendo-combobox my template is rendered correctly. Are there any known issues with templates in
"@progress/kendo-angular-dropdowns": "^2.1.0",
THanks