Description
This usecase is in addition to drag and drop to re-order, it would allow dropping one list item on top of another and giving supporting an some kind of onCombine callback prop to handle the merge (similar to onReorder for sorting).
It may also need some kind of "combine" / overlapping threshold to delay the re-ordering gap that shows between list items so the user could actually drop one on top of the other.
Possible implementation
No response
Description
This usecase is in addition to drag and drop to re-order, it would allow dropping one list item on top of another and giving supporting an some kind of
onCombinecallback prop to handle the merge (similar toonReorderfor sorting).It may also need some kind of "combine" / overlapping threshold to delay the re-ordering gap that shows between list items so the user could actually drop one on top of the other.
Possible implementation
No response