react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

Manual multidrag selection

Open trollcus opened this issue 5 years ago • 1 comments

Hi!

Is it possible to manually call on the multidrag function and pass which object that are "selected" from a component?

In my case I use a custom checkmark component that I want to act as an indicator and that can call the function to "select" + "deselect".

trollcus avatar May 29 '20 08:05 trollcus

I have the same problem. I have a "select all" button that tries to update all the items in state with "selected: true". It does successfully select all the items. But then when I click on any of the items it unselects them all again.

dertel avatar Sep 25 '20 00:09 dertel