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

I have a scenario that causes el instanceof HTMLElement to always return false If a new window is opened with window.open, mount the component to the child window button using...

Not sure why this error is coming up while using SortableElement. Here is the code snippet I am using ``` const DragHandle = SortableHandle(() => ::); const DraggableContainer = SortableContainer(({...

I have a long press on my sortable component and I don't want sorting to start after the long press. I set `shouldCancelStart` to `true` but it DOES start, event...

https://codesandbox.io/s/jolly-ully-bhehvu?file=/src/App.js 1. Type something in the "new attribute name" input field and click on the add button. This will add a new sortable item. add as much item as you...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

I can't catch event on click inside sortable element.

I have a vertical stack of items. As I drag one item over the the others, the text in the items that I drag over is getting selected, as would...

What were the breaking changes introduced in v2? Is there a migration guide, or a document that outlines what changed in v2?

I want to sort the items via a button click. is this possible?

The error you're encountering is due to a version mismatch between react and react-sortable-hoc in your project. The version of react-sortable-hoc requires react version ^16.3.0 || ^17.0.0, but your project...