react-sortable-hoc
react-sortable-hoc copied to clipboard
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
When the dragged element is in a scrollable container, such as in a horizontal scrolling container, when the element is very long, the drag process will overflow the parent element,...
Hello, if I click on my Icon at sortableItem Component then nothings triggers. if I add the same comonent to sortableList it works. Why can I not onClick on sortableItem...
https://react.dev/reference/react-dom/findDOMNode#alternatives "react-sortable-hoc": "^2.0.0", getting this warning error, please remove the use of "findDOMNode" from the package
According to the type definition, `nodes` of `onSortEnd` is an array of HTMLElement: https://github.com/clauderic/react-sortable-hoc/blob/caf3c4f5bfb30894639391ae75c1bfc2b707a127/types/index.d.ts#L26-L32 But in reality, to access the HTMLElement, you need to use `nodes[0].node`, which triggers TypeScript error:...
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...