-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Multi drag support #10
Comments
We will be starting work on this soon 💖 |
Excited to see this is on the radar! Have you seen Google drive's multi drag interactions? I really love how they feel native when using them. Maybe react-beautiful-dnd could provide some extra methods/components to achieve something similar? It would be awesome to somehow grab a bunch of nodes and have them animate towards the cursor. |
This has landed :) #383 |
Can we have a documentation to use this feature? |
Has anyone had any joy with getting this to work in react functional components (no typescript)? |
Support the dragging of multiple Draggables. There are still a lot of open questions about this one.
Draggable
. What would this look like to support 'select' - is this handled by the library - or is it a pattern?onDragStart
andonDragEnd
look like?The text was updated successfully, but these errors were encountered: