react-sortablejs
react-sortablejs copied to clipboard
React bindings for SortableJS
Hello, is it possible to set the value for `scrollSensitivity `in AutoScroll plugin, like in a docs of offical library? https://github.com/SortableJS/Sortable/tree/master/plugins/AutoScroll
Hi. I'm developing a list of items which can has nested list. I need a possibility to rearrange items in the root list and nested lists. Also, where should be...
**Describe the bug** When using the swap plugin, depending on which items you drag, the dragged element will swap to an incorrect position. I created an example here: https://codesandbox.io/s/determined-sinoussi-knbno **To...
when set removeOnSpill and remove from the sortable list, and then add one the the list . then just cause error Failed to execute 'insertBefore' on 'Node':
Hi. I'm trying to exclude some items from sorting. So, I use "filtered: true" option. But nothing happens. Here is sandbox example - https://codesandbox.io/s/peaceful-agnesi-qupz4?file=/src/App.js
Is there a way to prevent drag and drop item between fitlered items? It should be better if i cant do this. Thank you. 
**Describe the bug** When I used Animation on the mobile side, there was a bug **To Reproduce** Look at the gif.  **Information** Versions - Look in your `package.json` for...
**Describe the bug** I drag an item from one ReactSortable to another and on the setList callback set state and then this error happens. If I wrap the setState in...
**Describe the bug** The preview of the dragged item jumps to its starting location when dragging an item. See the attached GIF. **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** The warning `Warning: Cannot update a component from inside the function body of a different component.` appears with the latest React version 16.13 when using the example...