Skip to content

Commit

Permalink
Fixed #16379 - Multi-select | Chip remove event not exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 7, 2024
1 parent 36b9b2e commit 2a13ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2343,6 +2343,10 @@ export class MultiSelect extends BaseComponent implements OnInit, AfterViewInit,
value: value,
itemValue: optionValue,
});
this.onRemove.emit({
newValue: value,
removed: optionValue,
});

event && event.stopPropagation();
}
Expand Down

0 comments on commit 2a13ff1

Please sign in to comment.