ng-select
ng-select copied to clipboard
Append To Body
Hopefully this isn't a dup..
For select menus that appear in containers with overflow: hidden; or even scroll, it would be nice to have an appendToBody option so that the dropdown contents aren't hidden.
E.g. I have a select menu that appears in a modal, an appendToBody option would allow the user to open the select menu, and have the dropdown contents visible outside the modal bounds.
Thanks for the great plugin!
Thanks for raising this issue. It isn't a dup, but a was aware of this.
Angular's material2 uses an overlay for dropdown menu's and dialogs. I guess they will use the same for their select component, that is currently in progress. I won't get to this issue soon, so you might want to keep an eye on material2's al well.
Does this issue was fixed ?
https://github.com/ng-select/ng-select Added support for append to body recently.