Skip to content

Commit

Permalink
Refactor #9579
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 29, 2020
1 parent dcecbf5 commit 27d4025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ export class MultiSelect implements OnInit,AfterViewInit,AfterContentInit,AfterV
this.value = this.value.filter(val => !ObjectUtils.equals(val, chip, this.dataKey));
this.onModelChange(this.value);
this.onChange.emit({ originalEvent: event, value: this.value });
this.updateLabel();
this.updateFilledState();
}

Expand Down

0 comments on commit 27d4025

Please sign in to comment.