react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

React bindings for SortableJS

Results 110 react-sortablejs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When you are dragging an item, if the `list` prop is updated such that it should remove the element you are dragging we have seen multiple bugs:...

I'm trying to build a 'put the words in order' typical language learning activity. The user is supposed to start by dragging the first word of a sentence to its...

Hi! Is it possible to manually call on the multidrag function and pass which object that are "selected" from a component? In my case I use a custom checkmark component...

We've released version 2.0 of the library! :cake: This is a breaking change, so read the `readme` to understand the API before migrating. We could've gone about releasing this a...

if lists length is 2. Drag up and down several times ![image](https://user-images.githubusercontent.com/18441915/83398863-c9d94180-a432-11ea-8716-6f23ecd25368.png)

Hi there! It there any way to add a hover to the list items? I've tried a lot of hacky ways, but no success. Just adding of `:hover` styles don't...

**Describe the bug** When using `preventOnFilter={false}` to manually handle cancelling dragging, the event is always cancelled. **To Reproduce** 1. Create a sortable list with `preventOnFilter={false}` and `filter="li"` 2. Add an...

I would like to sync the multi drag selected state with an external component, so I'm setting the selected property manually on the items. This works except on initial load...

**Describe the bug** Adding the `animation` prop to a `ReactSortable` component does not **To Reproduce** Steps to reproduce the behavior: 1. Create a `ReactSortable` component with prop `animation={200}` 2. Map...

example - if i have two sortablejs list like this - list 1 list 2 - item 1 - item 1 x - item 2 - item 2 x and...