I use ng-select with Angular 4 and Bootstrap 4.
The dropdown menu goes behind my datepicker (ng-bootstrap).

I do not know how to solve this problem.
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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With