Clearing out typed text from a vuetify v-autocomplete after drop down item is selected
问题 I have this v-autocomplete field that has a list of items in a drop down. It's a multiselect, so many items can be selected. <v-autocomplete v-model="defendantCode" label="Defendant Code" :items="defendantCodeOptions" :loading="defendantCodeIsLoading" :filter="customFilter" :clear-on-select="true" clearable multiple dense> </v-autocomplete> But the problem I'm having is that when the user starts to type something into the field to filter the list, then selects an item in the list, the users