Vuetify v0.17.6: How to get the autocomplete text inside v-select
问题 I'm using VueJS v2.5.13 and Vuetify v0.17.6. I'm building a select with autocomplete functionality and whenever the user types something that's not on the list they'll be able to see a action to create a new option as the code below shows: <template> <v-select prepend-icon="view_list" :items="options" label="Quick searches" v-model="selected" item-text="label" autocomplete :search-value="inputText" clearable dense> <template slot="item" slot-scope="data"> <v-flex xs12> <v-layout> <v-layout