Skip to content
Snippets Groups Projects
Commit 3cc0a261 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

no append icon

parent 85df7dfa
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
autocapitalize = 'off' autocapitalize = 'off'
:loading="loading" :loading="loading"
:items="items" :items="items"
:append-icon="false"
:search-input.sync="search" :search-input.sync="search"
item-text="match" item-text="match"
:menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition', allowOverflow: true}" :menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition', allowOverflow: true}"
...@@ -59,9 +60,6 @@ ...@@ -59,9 +60,6 @@
</v-menu> </v-menu>
<v-divider vertical aria-hidden="true"/><v-icon right>search</v-icon> <v-divider vertical aria-hidden="true"/><v-icon right>search</v-icon>
</template>
<template v-slot:append>
</template> </template>
<template v-slot:item="data"> <template v-slot:item="data">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment