v-select
logically is text
input, and the opened list is v-list-item
, so if you want the list open on focus you have to add code like this to your v-select
<v-select
@focus="($event) => {$event.target.click()}"
<v-select
Here is Codepen
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…