Skip to content
Discussion options

You must be logged in to vote
            v-autocomplete(
              clearable
              single-line
              hide-details
              hide-selected
              maxlength='50'
              class='search-bar'
              prepend-icon='mdi-magnify'
              :label='$t(`common:header.search`)'
              :placeholder='$t(`common:header.search`)'
              :no-data-text='$t(`common:notfound.title`)'
              v-model='query'
              :items="items"
              :filter="() => true"
              :search-input.sync='searchOnPage'
              ref="selectExample"
            )

              v-list-item(slot="prepend-item", class="grey--text", style="padding-left:20px;", v-if="numbe…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YunusEmreAlps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant