Skip to content

Commit

Permalink
Fix: #12906 - MultiSelect - maxSelectionLimit not refreshed after cle…
Browse files Browse the repository at this point in the history
…ar called
  • Loading branch information
gucal committed Apr 24, 2023
1 parent a1f5b06 commit 37c1e51
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 @@ -986,6 +986,7 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft
this.value = null;
this.updateLabel();
this.updateFilledState();
this.checkSelectionLimit();
this.onClear.emit();
this.onModelChange(this.value);
event.stopPropagation();
Expand Down

0 comments on commit 37c1e51

Please sign in to comment.