David Mohr
David Mohr
@pdanpdan Thanks, the workaround we have in place is similar to what you suggest: capture the file in the validation and use it if the FileList is empty in `onOk`....
I've got a fork that supports multidrag (https://github.com/david-mohr/vue.draggable.next/tree/multidrag), if there's interest, I can put together a PR
@Nemnon @sadovsf multidrag support PR is here #153
For anyone looking, I've opened a PR to support the Swap plugin #153
This one looks pretty good: https://github.com/p-baleine/vue-draggable-virtual-scroll-list
@Trojan0523 are you able to provide some code or a jsbin sample that shows the error? I have not seen either of these errors during my testing or production use.
I haven't had any feedback from the maintainers. Perhaps @David-Desmaisons could please take a look?
@YahorDanchanka It looks like all the animation logic is being applied, so it must be something to do with the way I handle the HTML elements. I'll try to find...
@YahorDanchanka I've investigated the animation issue and I think I have a solution. Could you please try this out and see if it addresses your use case? https://github.com/david-mohr/vue.draggable.next/tree/animation Please note,...
@YahorDanchanka you're missing a unique identifier per object (the `itemKey`). I'm fairly sure this is part of the issue.