Skip to content

Commit

Permalink
Merge pull request #16573 from wernigtobias/master
Browse files Browse the repository at this point in the history
Fix #14780 - Fix multiselect instantly call onModelTouched
  • Loading branch information
mehmetcetin01140 authored Nov 12, 2024
2 parents b4c27e1 + 7bffbae commit 394e491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2102,6 +2102,8 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft
}

this.onPanelShow.emit();
break;

case 'void':
this.itemsWrapper = null;
this.onModelTouched();
Expand Down

0 comments on commit 394e491

Please sign in to comment.