vue-dndrop
vue-dndrop copied to clipboard
:herb: A vue library for drag and drop :sparkles:
# Problem and description The first time you drag and drop an item, the drag and drop works fine, but after that it is impossible to move any item. #...
I switched from using vue3-smooth-dnd for the same technical issue you reported here: https://stackoverflow.com/questions/58070311/react-smooth-dnd-library-causing-and-illegal-invocation-error My issue didn't manifest itself in testing though. It manifested itself when loaded by single-spa. So...
# Problem Uncaught TypeError: createElement is not a function # Description I created a new project and installed only this package on it. I wanted to test its performance. I...
Ok I can live with wrapping draggables inside a Container, but since I want my draggables to be custom elements, there seems no way to pass those in to Draggable...
Hello there, It's an awesome library that you have developed, thank you! So my question for you is regarding the a specific behavior in one of your examples, [Events](https://amendx.github.io/vue-dndrop/examples/events.html) ###...
Hello - first, a most excellent library! Thank you. My usecase would be to render two groups of tags, and let dragging between them. A group would look like a...
Hi. When I init the array for the first time, the drag and drop seems to work fine. However, when I refresh the array a second time, the drag and...
I am trying to use vue-dndrop to implement dragndrop between cells in a data table. Imagin you have 12 boxes (a table with 4 rows an 3 cols) and in...
the element get stuck and start following the mouse, I have to right-click for it to drop in place, which is very annoying. any way to fix this besides adding...
Hi @amendx I edited directly on Github and created two commits and I don't know how to undo that. Another thing I want to ask is: Do you have any...