Questions tagged [v-autocomplete]

55 questions
9
votes
1 answer

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.
chuckd
  • 13,460
  • 29
  • 152
  • 331
6
votes
1 answer

Using cypress, how to select an item on a `` if it has too many items

While writing a E2E test for a Vuetify page using Cypress, I ran into difficulties selecting one or more elements from either a or a The answer to a preexisting question works okay as long as there are only a few options…
Haroldo_OK
  • 6,612
  • 3
  • 43
  • 80
5
votes
1 answer

Close v-autocomplete after selection

I use vuetify v-autocomplete and I want it to close the dropdown, after each selection or deselection. This is my code so far
codebot
  • 517
  • 8
  • 29
  • 55
4
votes
1 answer

How to test a vue vuetify v-autocomplete

Somehow I'm not able to see the items of the v-autocomplete inside the html during the test and also setting an item does not work. Below the v-autocomplete (which is loading the items on mount) and the test. // v-autocomplete.vue