How to add event handlers to child components of SortableElement?

Author: subham-iihglobalCreated Dec 13, 2019Updated Dec 16, 2024

I've just used your library, let me say it is one of the BEST REACT LIBRARIES out there.

But I'm having trouble handling events which have been bound to the elements that are inside of SortableElement. Before adding the "sort" feature, event handlers were working fine. But now, they have become unresponsive, it seems that control does not reach the event handlers.

Can you please point out what I should do to make child events work?

Stackoverflow question

Source: clauderic/react-sortable-hoc