ng-multiselect-dropdown
ng-multiselect-dropdown copied to clipboard
Deselect button customization
Description of issue:
Please make the deselect button in selected item customizable via template.
Expected result:
<ng-template #optionSelectedTemplate optionSelectedTemplate let-option="option" let-id="id">
{{option}}
<div button-slot> your button template/component goes here</div>
</ng-template>