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✌️
I'm trying to make a list with input elements draggable, and the Container listening keyboard event just makes it work improperly. Could you please give us an option to turn...
Hello, This resolves the issue reported in #428 and #333 - when the height difference between rows is extreme, they sort out-of-order. [This sandbox demonstrates the issue](https://codesandbox.io/s/react-sortable-hoc-starter-pf3be?fontsize=14). Try dragging **Item...
Trying to create a draggable div, When click and drag the dropdown `div` css it should be hidden. When dragging finished `div` css should be shown again.Is there any way...
Hello, I got a scenario where there are three fields, seq number,date and description. I have to implement drag and drop feature where after dropping the element, sequence should reset....
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
placed inside SortableElement is not draggable. It does not emit any mousedown&mouseup events. https://codesandbox.io/s/great-villani-7fzqy?file=/src/index.js
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
I used video element in SortableItem component and when i dragging the item the video is stopping.
I have a list with some elements that render null - depending on state. When I wrap them into a SortableElement it crashes with: ` Uncaught TypeError: Cannot set property...
Support 'overlay' to identify whether an element is 'scrollable' too