react-sortable-hoc icon indicating copy to clipboard operation
react-sortable-hoc copied to clipboard

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️

Results 145 react-sortable-hoc issues
Sort by recently updated
recently updated
newest added

Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. Commits 4e156b6 2.8.2 43c272d Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

I see the README contains a disclaimer not to depend on this module: https://github.com/clauderic/react-sortable-hoc#%EF%B8%8F-important-notice-for-new-consumers. This section is not displayed on the npm page, where it is the most important!

I am using container inside another container (not immediate to its parent but somewhere deep down in parent) **sortablecontainer** **sortableItem** ...... some childs ... so on **sortablecontainer** **sortableItem** **/sortableItem** **/sortablecontainer**...

I have just rewritten the sorting part of an application, I am developing in React and stumbled upon your "react-sortable-hoc". Before we used jqueryUI. I am sorting a List (that's...

i give z-index in helperclass but it wont work after drag the element it disappears till drop in the item

Steps to Reproduce * Go to https://clauderic.github.io/react-sortable-hoc/#/basic-configuration/grid?_k=clfh15 * Try dragging the 4 to the 2. I get the behavior below when I am using Chrome 83 on Mac 10.14.6. ![sortable-hoc-2](https://user-images.githubusercontent.com/1174880/86646124-d7cf3480-bf93-11ea-9f06-21c3e250d4af.gif)...

This commit is fixing a bug when user of iOS zooming screen with sortable elements. When two sortable items are touched then ```handlePress``` function fires two times and after releasing...

the animation and sorting works fine for my functional components when trying to sort but once i release the item i tried to sort, it returns back to its origin...

When there's plenty of space on the right side of the sortable list, an item dragged from a lower row to a higher row pushes the items to the right...

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies