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

Multi drag support #10

Closed
alexreardon opened this issue Aug 10, 2017 · 6 comments
Closed

Multi drag support #10

alexreardon opened this issue Aug 10, 2017 · 6 comments

Comments

@alexreardon
Copy link
Collaborator

Support the dragging of multiple Draggables. There are still a lot of open questions about this one.

  • Currently the library has no concept of selecting a Draggable. What would this look like to support 'select' - is this handled by the library - or is it a pattern?
  • What is the expected visual experience for a multi drag
  • What would the api for onDragStart and onDragEnd look like?
@alexreardon
Copy link
Collaborator Author

We will be starting work on this soon 💖

@souporserious
Copy link

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.

multi-dnd

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.

@alexreardon
Copy link
Collaborator Author

This has landed :) #383

@dileepkeeppalli
Copy link

Can we have a documentation to use this feature?

@alexreardon
Copy link
Collaborator Author

@doubleedev
Copy link

Has anyone had any joy with getting this to work in react functional components (no typescript)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants