dragula
dragula copied to clipboard
:ok_hand: Drag and drop so simple it hurts
Allows custom input elements to be detected as inputs. I'm using a [custom input element](https://shoelace.style/components/input?id=input) in a draggable container, and I'm not able to focus it with a mouse because...
The sibling argument in the "accepts" callback points to the dragged node, not the sibling. **Steps to reproduce** 1. Go to https://codepen.io/danny-andrews/pen/oNYBqoL. 2. Drag "Two" up to the top of...
Hello, how are you? I'm here to ask you to evaluate putting this drag and drop option for this tool to be complete. From my studies at Dragula, a need...
Several web applications have a need for a **user-driven drag-drop** Dashboards, typically they are nested container of 3 types, dashboard container, widget container.. - [ ] `Dashboard` Container (`Draggable`/rearrangable) -...
This PR attempts to address #507. Created the option to customize a parameter dragThreshold to a certain amount. It compares the x and y values that objects are dragged and...
In order to make this library a bit more touch friendly it will help to be able to delay dragging until after a second of holding the finger down without...
> Please only use GitHub issues for bug reports and feature requests. > > - [x] Read the [contributing guidelines][contrib] > - [x] Bug reports containing repro steps are likely...
> Please only use GitHub issues for bug reports and feature requests. > > - [ ] Read the [contributing guidelines][contrib] > - [ ] Bug reports containing repro steps...
is there an example to do the following? whenever the user drag the element and move it around the list, the element won't be sorted in-place. only the ghost image....
Hiya, Having some issues with dragula on IOS Seems to work fine generally... but! we have a footer in our site that we push down by having the html +...