-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Drag Drop- apply class to all linked drop lists #14439
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 15, 2018
…e an item Adds the `cdk-drop-list-receiving` class to drop containers that are able to receive the item that is currently being dragged. This class can be used to indicate to the user where they can drop an item. Fixes angular#14439.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 15, 2018
…e an item Adds the `cdk-drop-list-receiving` class to drop containers that are able to receive the item that is currently being dragged. This class can be used to indicate to the user where they can drop an item. Fixes angular#14439.
josephperrott
pushed a commit
to josephperrott/components
that referenced
this issue
Jan 14, 2019
…e an item (angular#14532) Adds the `cdk-drop-list-receiving` class to drop containers that are able to receive the item that is currently being dragged. This class can be used to indicate to the user where they can drop an item. Fixes angular#14439.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Please describe the feature you would like to request.
A class that is applied to all linked drop lists once an item starts dragging
What is the use-case or motivation for this proposal?
Currently cdk-drop-list-dragging is only applied to a cdkdroplist once a dropppable item is moved over it, it would be useful to be able to style all potential drop lists as a guide for where items may be dropped.
The text was updated successfully, but these errors were encountered: