ng-select icon indicating copy to clipboard operation
ng-select copied to clipboard

Append To Body

Open brandonreid opened this issue 8 years ago • 3 comments

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!

brandonreid avatar Dec 06 '16 00:12 brandonreid

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.

basvandenberg avatar Dec 07 '16 19:12 basvandenberg

Does this issue was fixed ?

fatmaPico avatar Dec 05 '17 09:12 fatmaPico

https://github.com/ng-select/ng-select Added support for append to body recently.

anjmao avatar Dec 23 '17 08:12 anjmao