Hello!
I use Laravel Nova with the outl1ne/nova-sortable package for having the ability to sort items.
When I try to drag an item down, it duplicates. Actually, this problem was noticed by several developers. Look this issue please.
I dug into the core and realised that there's an issue especially with vue-draggable-next.
Hello! I use Laravel Nova with the outl1ne/nova-sortable package for having the ability to sort items. When I try to drag an item down, it duplicates. Actually, this problem was noticed by several developers. Look this issue please.
I dug into the core and realised that there's an issue especially with vue-draggable-next.
If the keys like so:
everything works fine
However, if the keys like so:
the issue happens.
A piece of the source code:
If I delete the "-${resource.id.value}" part from the :key attribute, sorting works fine.