diff --git a/src/components/SearchForm.vue b/src/components/SearchForm.vue index 71f2ba1bee91670994cc8c7c5feceef20b211002..8dd303c08c546daf3a7c5a0d1a43c89b5899c309 100644 --- a/src/components/SearchForm.vue +++ b/src/components/SearchForm.vue @@ -8,6 +8,7 @@ autocapitalize = 'off' :loading="loading" :items="items" + :append-icon="false" :search-input.sync="search" item-text="match" :menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition', allowOverflow: true}" @@ -59,9 +60,6 @@ </v-menu> <v-divider vertical aria-hidden="true"/><v-icon right>search</v-icon> - </template> - <template v-slot:append> - </template> <template v-slot:item="data">