Looking at this specific situation on vuetify.com
https://codepen.io/anon/pen/RqoxXY?&editors=101
Regarding the autocomplete feature with chips, is there a way to prevent the select menu from opening when I cancel a chip?
I attempted using @click.stop="..."
but it was not successful.
This pertains to handling events related to the chip.
Thank you