ng-multiselect-dropdown icon indicating copy to clipboard operation
ng-multiselect-dropdown copied to clipboard

Deselect button customization

Open BigPackie opened this issue 3 years ago • 0 comments

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>

BigPackie avatar May 31 '21 08:05 BigPackie