You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: