Skip to content

append to body option #83

@Vandivier

Description

@Vandivier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions