vddl icon indicating copy to clipboard operation
vddl copied to clipboard

🦄 Vue components for modifying lists with the HTML5 drag & drop API.

Results 35 vddl issues
Sort by recently updated
recently updated
newest added

Hi guys, I've been using this on my project and i was wondering if there is a way that i can click on a tag and perform as if it...

Hi guys, Thanks for the work you do! Could we check that the latest changes are published on NPM? I'm looking for an ability to set a custom tag for...

下载你的包,本地安装完毕,web运行正常,把demo例子拷贝到electron写的容器会报以下错误 ```cmd Duplicate keys detected: 'Item A1'. This may cause an update error. ``` 很奇怪。。。不知道如果修改组建才不会有这个提示呢?

Id just like to say that this package is awesome! It has saved me a load of time. When i click an item and move it as it to reorder...

I was just running a sample code: ```vuejs Drag & Drop List of {{list.label}} (max. {{list.max}}) {{person.name}} Drop any {{list.allowedTypes.join(" or ")}} here import Vue from "vue"; import Vddl from...

I need to get also the original event to change the ghost image while dragging

When transition group is applied over the list `vddl-draggable` the placeholder doesn't work as expected since transition group by default inserts a `span` over the element and placeholder `vddl-placeholder` is...

disabled-if的值,重复地来回切换,并且拖拽元素;然后元素在disabled-if=true的情况下被拖动,并且当元素拖动到父元素之外,元素会被丢失。 在Nested的demo中,可以重复这个bug

I'm using the code below: `:moved="showTime"` `showTime: function (item) { console.log(item) },` Get name Column Destiny?

Hello, I'm working on a 3 level nested lists. There is an issue when I'm trying to drop an element to a list element that is empty or newly created....