SortableJS/vue.draggable.next

Bug when vuedraggable@next with inputs

polux-rox opened this issue · 1 comments

codesandbox link

https://codesandbox.io/p/sandbox/great-http-s2qxps

Step by step scenario

Insert input on vuedraggable@next, those inputs update the list prop or v-model of vuedraggable. So when i write on input for each character the input was unfocused.

I think vuedraggable draw all template when list or v-model was changed.

Hello @polux-rox, did you find a solution for this ? I have the same issue.