How to stop select from opening when closing chip in vuetify?

霸气de小男生 提交于 2020-03-22 09:37:26

问题


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


回答1:


I found that if you remove box prop from your v-autocomplete, it won't open the menu when you remove a chips by clicking on the cross.

CodePen



来源:https://stackoverflow.com/questions/53268291/how-to-stop-select-from-opening-when-closing-chip-in-vuetify

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!