Replies: 2 comments
-
@clauderic i just spent the last few days digging in the library and i'm excited that i managed to make nested sortables work - so thank you very much for sharing your work :) But I am having a major challenge that is key to the app I have to build: how to make multi-select work on a sortable list? I started studying how you did it in react-sortable-hoc but the libraries are very different. Any direction would be great please! Thank you in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, found this: #120 but not sure I understand - is multi-drag now available in dnd-kit? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to select more than one item before dragging and dropping across sortables. Is that possible and if yes, how can we implement it?
Here's what i mean: clauderic/react-sortable-hoc#296 (comment)
Beta Was this translation helpful? Give feedback.
All reactions