valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

ng2-Select gets cut off whenever using it inside an overflow: auto div #855

Open DorShoval opened 6 years ago

DorShoval commented 6 years ago

Hi,

I'm experiencing an issue whenever I'm placing the ng2-select component inside a div with Overflow: auto CSS configuration - then the dropdown is being opened within the div with the overflow: auto.

is there an option which you can append the dropdown window to the body? (As it will make every dropdown window outside of the div with the Overflow: auto configuration) - this way - this issue will be resolved.

DorShoval commented 6 years ago

image

Saad-Hachem commented 6 years ago

Does anyone found a solution for this issue ?

buddymanish commented 6 years ago

Did anyone find solution to this issue?

awong91 commented 6 years ago

any solution to this?

optimistex commented 6 years ago

There is fixed a lot of issues: https://github.com/optimistex/ngx-select-ex Try it.

optimistex commented 6 years ago

Similar issue: https://github.com/optimistex/ngx-select-ex/issues/17

anjmao commented 6 years ago

@DorShoval You can use https://github.com/ng-select/ng-select component. Here is example with append to body https://ng-select.github.io/ng-select#/append-to-element