vue-dndrop icon indicating copy to clipboard operation
vue-dndrop copied to clipboard

:herb: A vue library for drag and drop :sparkles:

Results 33 vue-dndrop issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the package (works really well) but in our bug tracker is reflecting this error. Look like sometimes get a null object in handledrop. I'm not able to...

on the radar

Hi everyone, I currently use this library in a project and I would like to contribute by adding typescript support. Do you want me to work on this? If yes,...

On mobile (or touch) device dragging works only for first time. Then you cannot grab (start dragging). Issue is reproducible for example on https://amendx.github.io/vue-dndrop/examples/drag-handle.html. Problem is caused by removing (and...

on the radar
on it

Hi, I've been trying to style the ghost element, but have been unsuccessful. I'm using Laravel, InertiaJS, VueJS & TailwindCSS When I apply `drag-class="bg-red-500"` to the `` element, only the...

# Source: #79 - [Easyfix suggested](https://www.uriports.com/blog/easy-fix-for-intervention-ignored-attempt-to-cancel-a-touchmove-event-with-cancelable-false/) - [Docs - Mozilla](https://developer.mozilla.org/en-US/docs/Web/API/Event/cancelable)

I have added checkbox to each row and I wonder is it possible ,if I check multiple rows, to drag them to another container at one drag? ![drag drop](https://user-images.githubusercontent.com/85389433/235658958-65505ebb-2b47-4856-8fe8-b94bf8b646a8.png)

``` ``` I want to accept drop only if is allowed. I am not sure if i am missing anything here. Otherwise it must copy from it.

I have some basic container: ``` ITEM {{ item }} ``` and then second one with behaviour='copy'. The drop-ready event is emitted, when I hover with ghost element for the...

Hi! great repo, I have been trying to use this repo with my already working vue3dnd project, my issue is I cannot seem to be able to use css scale...

I am creating a storage ui where the user should be able to drag items from the inventory to the storage and the other way around. The problem I encounter...