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

feat(cdk/drag-drop): add the ability to specify an alternate drop list container #29283

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. feat(cdk/drag-drop): add the ability to specify an alternate drop lis…

    …t container
    
    Adds the new `cdkDropListElementContainer` input that allows users to specify a different element that should be considered the root of the drop list. This is useful in the cases where the user might not have full control over the DOM between the drop list and the items, like when making a tab list draggable.
    
    Fixes angular#29140.
    crisbeto committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b76ea59 View commit details
    Browse the repository at this point in the history