Skip to content

Commit

Permalink
fix(primeng/dropdown): fix show logic
Browse files Browse the repository at this point in the history
  • Loading branch information
volvachev authored and Egor Volvachev committed Jun 25, 2022
1 parent 586ac0f commit 20255c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ export class Dropdown implements OnInit,AfterViewInit,AfterContentInit,AfterView

show() {
this.overlayVisible = true;
this.preventDocumentDefault = true;
this.cd.markForCheck();
}

Expand Down

0 comments on commit 20255c4

Please sign in to comment.