react-sortablejs
react-sortablejs copied to clipboard
React bindings for SortableJS
**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...
**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...
[bug]
**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...
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