when using ng-select inside a dialog, the content of the dropdown is not displayed outside the dialog with an overflow. I saw this question also on github, but there was no solution found.
https://github.com/ng-select/ng-select/issues/240
Demo: https://stackblitz.com/edit/angular-material2-issue-yesgfz
How can I solve this?
Expected behaviour:
Actual behaviour:
Solution from github with [appendTo]="'body'"