dnd
dnd copied to clipboard
Beautiful and accessible drag and drop for lists with React.
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...
### 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
This fixes #555