Skip to content

Commit

Permalink
Merge pull request #12930 from primefaces/issue-12906
Browse files Browse the repository at this point in the history
Fix: #12906 - MultiSelect - maxSelectionLimit not refreshed after cle…
  • Loading branch information
cetincakiroglu committed Apr 24, 2023
2 parents a1f5b06 + 37c1e51 commit 4f41c7d
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

1 comment on commit 4f41c7d

@vercel
Copy link

@vercel vercel bot commented on 4f41c7d Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.