angular-ui / ui-select

AngularJS-native version of Select2 and Selectize
MIT License
3.26k stars 1.81k forks source link

ui-select and overflow #2030

Open MohameD-IT-Dev opened 7 years ago

MohameD-IT-Dev commented 7 years ago

The issues forum is NOT for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/ui-select/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

Bug description: The problem is when i place the ui-select inside an html element that have an overflow, the list of choices isn't comletely displayed.

Link to minimally-working plunker that reproduces the issue: http://plnkr.co/edit/bSzrgXFEPhwJBY66XT7P?p=preview

Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS

Angular: 1.5.0

UI-Select: 0.19.8

Bootstrap/Select2/Selectize CSS (if applicable):

wuzhiji37 commented 7 years ago

append-to-body it, I think

MohameD-IT-Dev commented 7 years ago

Thank you for your response @wuzhiji37 . The problem with append-to-body is when the parent container scroll the ui-select remain fixed in the same position. plunker