Sortable
Sortable copied to clipboard
Multidrag: support for custom select handle
Currently you have to click an item to select it. In my case it would like to have a checkbox to select an item. There is already Sortable.utils.select() to select an item programmatically but then it would be nice to disable the default click event handler.
@philippkuehn Would you want it also so that it would not all be deselected if the user clicks somewhere else on the page? If so, I think it might be best to allow for a disableSelection option so that you can implement this yourself with events.
The same requirement to me. I have several cards and I need click the checkbox to select. Like this

@owen-m1 Yes, I think that would be nice.
Just ran into a case where this would be very useful.
I think it's very useful
Any news? This feature would be great
Any news? We are still waiting)
I miss it too. My preferred solution would be callbacks like onBeforeSelect(evt) { // do something or not. return false; // cancel the default behavior } onBeforeDeselect...
But another flag "disableDefaultSelection" would also be a solution :-)