Reputation: 43833
For this example from vuetify.com
https://codepen.io/anon/pen/RqoxXY?&editors=101
autocomplete with chips, when I cancel a chip, how do I get it to not make the select menu open?
i tried @click.stop="..."
but it doesn't work
on the chip event
Thanks
Upvotes: 2
Views: 2537