vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Vue wrapper components for smooth-dnd

Results 119 vue-smooth-dnd issues
Sort by recently updated
recently updated
newest added

It seems an error is appearing in console whenever a list item is removed using splice: index.js:1 Uncaught TypeError: Cannot read property 'getOptions' of undefined This error is coming from...

I think this is related to #8, but I'm getting buggy dragging behaviour when list data is updated dynamically. It seems to affect short lists the most, though I've seen...

I'm using Vue with the Quasar framework, and trying to convert a Quasar list into something with drag and drop. My component source is something like: ``` {{page.name}} ``` and...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Hi, @davestewart @kutlugsahin @desm @alexandreDavid I m using vue-smooth-dnd with quasar (Vue framework). [https://codesandbox.io/s/vue-quasar-latest-working-czqjt](url) you can see code in codesandbox here. its working perfect in desktop but on **touch device...

So we have 2 columns that are draggable. The left column is where we get New things from. The right is where we prioritize them. When the Right column has...

If you setup two instances of a Container root, for example, the second one doesn't work anymore since the payload (object dragged) is `undefined`.

I love this drag library, it's the best I've found so far. I need a feature where I can move cards on top of other cards. So a way for...

Hello Kutlugsahin, et al. Thank you very much for maintaining the library. Please, is there a convenient way to disable the draggability of items? I'm looking for something like `:disabled="yesPleaseDisableMe"`....