Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append to body option #83

Open
Vandivier opened this issue Jun 5, 2017 · 0 comments
Open

append to body option #83

Vandivier opened this issue Jun 5, 2017 · 0 comments

Comments

@Vandivier
Copy link

Vandivier commented Jun 5, 2017

This lib suffers the same issue identified in angular-ui ui-select issue #41

angular-ui/ui-select#41

The issue is that when the drop down crosses certain html boundaries the items in the list cannot be selected. For example, two ng-includes where a drop down inside the first crosses over one into the other. Z-index can't fix the problem. A hacky solution involves using position: fixed, but the real solution is to append the list to the outer document instead of to the clicked element.

angular-ui implemented a fix, check it out. Till then I'll be switching to their lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant