Skip to content

Commit

Permalink
Fixed #10751 - Dropdown appendTo default changed to "body" in PrimeNG…
Browse files Browse the repository at this point in the history
… 12 #
  • Loading branch information
yigitfindikli committed Oct 20, 2021
1 parent 0ae98e6 commit 617ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class Dropdown implements OnInit,AfterViewInit,AfterContentInit,AfterView

@Input() editable: boolean;

@Input() appendTo: any = "body";
@Input() appendTo: any;

@Input() tabindex: number;

Expand Down

0 comments on commit 617ac71

Please sign in to comment.