v-select Questions

3

While writing a E2E test for a Vuetify page using Cypress, I ran into difficulties selecting one or more elements from either a <v-select> or a <v-autocomplete> The answer to a preexist...
Beverlybevers asked 28/6, 2021 at 17:36

5

Solved

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...
Milesmilesian asked 21/6, 2021 at 20:47

5

This is my code: <v-select label="label" v-model="ccRcode" ref="ccRcode" :items="getData" item-text="descWithCode" item-value="code&q...
Punctuality asked 9/10, 2019 at 7:0

3

Solved

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. &l...
Stiffnecked asked 3/5, 2021 at 6:36

4

Solved

I'm using the Vuetify v-select component : https://vuetifyjs.com/en/components/selects/ I want to make select with image like this : But i didn't found anything in the documentation
Tercentenary asked 13/5, 2020 at 13:7

4

Solved

How can I change the color and style of chips in v-select? I have code like this: <v-select v-model="value" :items="roles" :menu-props="{ top: true, offsetY: true }&q...
Paladin asked 21/5, 2020 at 18:35

2

How to I add the checkboxes from v-select when customizing text and without overriding the multiple. <v-select v-model="selectedRepoImage" :items="repoImages" item-text=&quot...
Lydialydian asked 17/2, 2021 at 21:43

3

Solved

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 requirem...
Motif asked 9/12, 2019 at 17:12

0

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?
Praxis asked 28/11, 2019 at 9:51
1

© 2022 - 2024 — McMap. All rights reserved.