drag-and-drop icon indicating copy to clipboard operation
drag-and-drop copied to clipboard

Results 32 drag-and-drop issues
Sort by recently updated
recently updated
newest added

Does the drag and drop functionality just accepts the use of `` and `` tags? I'm currently having an issue related to the parent definition, where the error `Type 'MutableRefObject'...

There seem to be several missing pieces of documentation: - How do I use this with Vue? - How do I use this with Svelte? - How do I update...

documentation

When using the `useDragAndDrop` hook from your library in conjunction with Redux Toolkit, the Redux store is not updating after a drag and drop operation. Here's how I used the...

I've experienced this with other handlers, but most recently with `handleEnd`. I have a `handleEnd` function that does nothing but `console.log`, yet it breaks expected behavior on touch devices. Likely...

documentation

I have a problem in some browsers, when I run a function that is when I pass an item from one box to another, I need to remove two items...

Hi there! First I want to congratulate you guys for the good job! I would like to suggest the implementation of a copy/clone of items, making a deep copy of...

I noticed that the Ghost/Drag image doesn't display properly on Windows, but it looks fine on Mac OS. Could you suggest a workaround? ![image](https://github.com/formkit/drag-and-drop/assets/80033712/bf0b01fc-188b-4b17-a04f-f36e43fece2c)

needs research

if we have dragHandle, handleDragstart - is triggered if we try to drag element which is outside of the dragHandle class, but drag is not starting https://stackblitz.com/edit/vitejs-vite-xghckt?file=src%2Fcomponents%2Ftest.vue try to drag...

bug

I am attempting to style the cursor when it hovers over a draggable item. Furthermore, when the item is being dragged, the cursor should change to indicate that it is...