[Vuejs]-How to prevent v-autocomplete from opening the dropdown drawer when clicking on a chip

3👍

Looks almost like a dup of: How to stop select from opening when closing chip in vuetify?

If you remove the filled prop from the v-autocomplete it will work.

2👍

@click.stop should make the job

Leave a comment