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** Button does not work when first touched **To Reproduce** https://github.com/SortableJS/react-sortablejs/assets/151506186/abb60f29-d083-4e3a-b27a-7ea047eb4e4f **Expected behavior** When you click the button, it should take action. **Information** happen only iOS device. react-sortable...

- [ handleSwap(evt.oldIndex, evt.newIndex)} - > - {list.map((key) => ( - - - - - {key.label} - - - - - - - - - - - - - ))}...

**Describe the bug** I have sortable items set up with different class names, including `bookend-start` and `bookend-end`, and the goal is to keep those items at the start and end...

I understand that this is perhaps not a sortablejs issue or error per say, but im stuck and could use some help understanding what to do, and im sure there...

**Describe the bug** Unable to find the dom. In the nested container, I want to know my current container and the dom. **To Reproduce** Steps to reproduce the behavior: 1:...

I’m stuck with dragging text inside specific block that already is ReactSortable nested component. I did not find solution to render content inside nested ReactSortable component. What I expect: Dragging...

https://www.npmjs.com/package/react-sortablejs Could you upload the latest version to npm? I really need it šŸ˜‡

react = 16.13.1 react-sortablejs = 6.1.4 node = 16.13.2 npm = 8.1.2 `class $7fe8e3ea572bda$export$11bbed9ee0012C13 extends (0,$8zHUo$react.Component) { /* eslint-disable-next-line */ static defaultProps = { clone:(item) => item }; constructor(props){ at...

`child` is uniformly converted into null. ```js return Children.map(children as ReactElement[], (child, index) => { if (child === undefined) return undefined; const item = list[index] || {}; const { className:...