PrimeNG dropdown hidden by dialog
It is necessary to add an attribute appendTo. e.g. <p-dropdown appendTo=”body” [options]=”tables” [(ngModel)]=”selectedTable” [style]=”{width: ‘100%’}”></p-dropdown>
It is necessary to add an attribute appendTo. e.g. <p-dropdown appendTo=”body” [options]=”tables” [(ngModel)]=”selectedTable” [style]=”{width: ‘100%’}”></p-dropdown>