diff --git a/src/app/components/multiselect/multiselect.ts b/src/app/components/multiselect/multiselect.ts index 7289ea3fc7b..bfd34553c4c 100755 --- a/src/app/components/multiselect/multiselect.ts +++ b/src/app/components/multiselect/multiselect.ts @@ -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();