react-sortablejs
react-sortablejs copied to clipboard
React bindings for SortableJS
**Describe the bug** When adding `sort`, `disabled` and possibly other options to ReactSortable and assigning it a state property to toggle sort, it does not toggle when the state changes....
**Describe the bug** In nextJS we have been forced to use css modules as a means to style things which introduces one huge caveat, css does not work the conventional...
**Describe the bug** TypeError: Cannot read property 'props' of null **To Reproduce** Steps to reproduce the behavior: This issue is intermittent but very frequent for me now. This happens in...
Please provide a thorough documentation for the same
The items will swap positions with each other if they're in the same list, but when I try to swap items, using the swap plugin, between two lists I get...
**Describe the bug** I'm working on sortable cards with the user of this package but when it renders, my classes on the html tags are gone. **To Reproduce** Steps to...
The swap plugin does not seem to be working correctly. it does not swap the items and seems it just adds item to the next. (in gif) ...
When using the swap plugin, after a sort the moved item is placed in the wrong location in the array. This happens on the examples page as well. This is...
**Describe the bug** Whenever I click item, I just click. The order of the list does not change, and the setlist event will be triggered, which is not in line...
This package doesn't function properly when one of these to versions is installed with it. In specific the swap doesn't work. The only way it works if version 1.12.0 is...