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** Importing react-sortablejs doesn't work on IE11 but does in other browsers, Runs into numerous unsupported functions (finds,includes etc). I can polyfill to fix the finds issue, but...

Hello. How to get HTML element after onEnd if it is not list? I have some element-box that need for dropping items from lists. For example: i have list with...

I would like to retrieve the final state of my draggable list, only on drag end. I managed to call my own function like this, `setList={() => {}}` `onEnd={this.props.onBundleDragAndDrop}` But...

feedback:question

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Update the state in React and rerender it. Currently it only allows changes when the...

type:enhancement

**Describe the bug** Hi, I am not sure it is a bug or a bad usage but we have been working on this problem for a few days. so, We...

info:duplicate
type:enhancement

Hi! Straight to the point, I'm getting below errors when running Typescript compiler ie. on the project repo. `yarn run v1.21.1 ` `node_modules/react-sortablejs/dist/react-sortable.d.ts:12:17 - error TS1086: An accessor cannot be...

In v. 1.5.1 i had the following code: ```javascript { console.log(evt); if(evt.type === "add"){ } if(evt.type === "update"){ } }} > {block.items.map((item, index) => { return ( item ); })}...

This PR reverts deps from 6.0 version and freezes typescript at 4.7 (https://github.com/parcel-bundler/parcel/issues/8419) so now its successfully builds. Add a .babelrc with plugin to fix https://github.com/SortableJS/react-sortablejs/issues/244

Hello, this package used very nice in react! I want to know, whether if you will be interesting in the version for flutter/Dart, or is there any some existed package...

removed static property for now fix #244