Closed gnidustotalus closed 2 years ago
@David-Desmaisons Problem appears when I need validate data inside the list by vee-validate package. Can you show me an example how to use vue.draggable with vee-validate?
For me solution was update vee-validate to 4.5+ and using useFieldArray composable.
For me solution was update vee-validate to 4.5+ and using useFieldArray composable.
Hi @gnidustotalus, Could you please provide a working example of the issue? It would be beneficial.
Thank you in Advance.
Github link
https://github.com/gnidustotalus/vuedraggable-item-key-bug
Step by step scenario
Actual Solution
When key is changing component didnt re-render.
Expected Solution
Component should re-render when key changed.