Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ng-select dropdown behind other elements

I use ng-select with Angular 4 and Bootstrap 4.

The dropdown menu goes behind my datepicker (ng-bootstrap).

The problem

I do not know how to solve this problem.

like image 900
Kymz Avatar asked Jul 24 '26 14:07

Kymz


1 Answers

I fixed this issue by simply adding appendTo="body" on my ng-select :

<ng-select appendTo="body" 
    [items]="nature_structure_recherches"
    placeholder="Nature"
    formControlName="nature"
    [multiple]="false">
</ng-select>
like image 101
Ousama Avatar answered Jul 27 '26 03:07

Ousama



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!