Questions tagged [v-autocomplete]

55 questions
1
vote
2 answers

How to dynamically format date on item-text inside v-autocomplete (Vuetify)

I have this v-autocomplete which receives an array of items to display from GrowthTasks.edges
Simao
  • 371
  • 2
  • 13
1
vote
2 answers

Add custom data attribute to Vuetify v-select options

I am using a v-autocomplete component to list items in a selector. Since v-autocomplete is just an advanced v-select, I think an answer for v-select would work for v-autocomplete too. In my list I have items with different statuses which should be…
Annity
  • 96
  • 1
  • 10
1
vote
2 answers

Nuxt/Vuetify - v-autocomplete not displaying the v-menu

Edit2: I found out the answer to this, you might also miss this one out if you're just starting on vuetify, or that you just directly dive into it and integrate it into an existing project without reading its documentation like me . Vuetify won't…
Yong
  • 1,622
  • 1
  • 4
  • 29
1
vote
1 answer

How to limit the number of dropdown results in v-autocomplete?

Image Link I receive 100-200 results from the axios api. I want to show only first 10 from it. Is there any way I can do that. I cannot do that from api since I also want to show the count of total items returning from axios. Edit: I have a show all…
abhinav
  • 11
  • 5
1
vote
1 answer

vue.js - Test watchers of v-autocomplete

I have a vue.js SearchTest component with a v-autocomplete. It has watchers for select and search: // SearchTest.vue