Questions tagged [v-select]

[Vue Select](https://vue-select.org/) is a feature rich select/dropdown/typeahead component. It provides a default template that fits most use cases for a filterable select dropdown. The component is designed to be as lightweight as possible, while maintaining high standards for accessibility, developer experience, and customization, this tag can refer to the Vuetify select component.

173 questions
12
votes
3 answers

Vuetify v-select component width changing

My v-select components should have a fixed width (60px), they fit in a table cell, and I want to prevent them from changing the width after value selected. They change the width and drop-down arrow moves to the right after selection, so if there a…
karambaq
  • 631
  • 3
  • 9
  • 24
8
votes
0 answers

Vuetify,js - Is it possible to have v-select open by default? is there such an option?

Is there an option in v-select to define that the options/item slot will be opened by default as if I have clicked on the selection area?
7
votes
3 answers

Vuetify 2.1 V-Select reset or clear selection after change

i have to fix a vuetify custom component that extends from Vue Class and includes a V-Select component. The dropdown is working fine but since its just a trigger pad to pop open modals the requirement is to reset/clear the dropdown selection after…
setcookie
  • 579
  • 1
  • 6
  • 12
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
6
votes
4 answers

Change style and colors of chips in v-select

How can I change the color and style of chips in v-select? I have code like this:
Pillo
  • 347
  • 1
  • 4
  • 15
5
votes
2 answers

Vuetify: editing no-data-text prop or no-data slot for v-select doesn't seem to have any effect

I'm using Vuetify in a Nuxt project. By using the slot no-data in a v-data-table I was able to modify the "No data available" message. It's also working if I use the prop no-data-text.