dnd icon indicating copy to clipboard operation
dnd copied to clipboard

Beautiful and accessible drag and drop for lists with React.

Results 196 dnd issues
Sort by recently updated
recently updated
newest added

Add isCombineOnly and isCombineEnabled to Droppable, then drag in this list to combine.

Hey Guys. How have you been? I having the follow issue: When I drag and drop a table row, it stay as dragging yet, i need to scroll and then...

### Expected behavior Smooth drop behaviour, it actually works perfectly in code sandbox ### Actual behavior Janky and laggy drop behavior on NextJS 13 (app dir), see video in demo...

more info required

### Description Allow to skip dragging on an element inside the drag handle with an attribute like `data-drag-disable`.

### Description Is there a way to render placeholders at the position of the Draggable? My customer would like **not to collapse** the list when the dragging happens. Instead, we...

This deceptively small commit fixes an issue that most likely have been introduced by the Firefox fix (see line 122). **Current behavior:** On iOS, scroll (at least inside iframes) isn't...

This fixes https://github.com/hello-pangea/dnd/issues/668

introduce a isCombineAllowedForItem prop to Droppagle component to filter draggable items that can combine