My app features the utilization of a Vuetify v-dialog
within a v-for
loop. However, I am encountering an issue where clicking on any chip within the loop triggers the click event for the last v-chip
, instead of the specific one being clicked.
It appears that all the v-dialogs
are sharing the same click event associated with the final v-chip
.
Why is the click event not being properly invoked for each individual v-dialog
when a chip is selected?
To see a demo of this issue in action, check out: https://codepen.io/deftonez4me/pen/ExyQRxB