angular-ui / ui-select2

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
https://github.com/angular-ui/ui-select
MIT License
595 stars 444 forks source link

Direct children CSS issue #310

Open SJTreadway opened 7 years ago

SJTreadway commented 7 years ago

Ran into an issue where classes were not being applied to elements because of the direct child relationship (see image below). For some odd reason, a div element was being placed in between the elements with these classes, causing the dropdowns to pop "up" and only show a few values. The user was also unable to scroll through the values. I had to remove the ">" sign in order to fix the issue. Has this been an issue for anyone else?