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
0
votes
1 answer

Export v-Select Values to print in another component - Vuetify

I have a v-select list box in one component (RoadsType.vue) and its items are listed in data in export default.
0
votes
1 answer

How to use vue-select with b-pagination?

I'm trying to work with pagination using the v-pagination component from bootstrap-vue. It's working more or less as I want, however when I click on a certain page the component is closing. I would like to know how I can prevent v-select from…
0
votes
2 answers

How to get selected/removed value in multiple vuejs

I have this v-select : When I get the attribute of my function "changed", I got an array with all selected values when I…
CaPiTo26
  • 57
  • 2
  • 10
0
votes
1 answer

How to add @change to a custom Vue component

I've searched around and can't find a solution to my issue so I'm hoping someone can help. I have created a couple of custom form components but I still have to revert back to 'original' code to fulfill some tasks as I can't find a way to use…
0
votes
0 answers

How can I trigger the change event of a select, if I have many in the view? (vue and v-select)

I am showing the following view, where I have a list of selects to be able to select the desired program, but the @change event of the v-select is not firing, it only works with a normal select, but I do not use a normal select because I need the…
0
votes
2 answers

Why d v-select selection dropdowns inputs are empty?

I added v-select in Laravel 8 /vuejs 2/ bootstrap 4, but selection dropdowns inputs are empty. I define 2 v-select elements
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
0
votes
1 answer

Rest API to v-data-table using v-select but v-data-table can't show so I use v-for to

Purpose: 1.Rest API >>> by axios 2.Select category >>> by v-select 3.Show table >>> by v-data-table but i can't show table so I use v-for to show but I got this here what I got it show many table (according to the number of data sets) Here is my…
Liew Ung
  • 1
  • 2
0
votes
0 answers

How can I bind class to selected option in v-select?

I want to bind a class to the selected value in my v-select. Currently I have the following:
raaf
  • 47
  • 6
0
votes
1 answer

Limiting v-select entries based on value

I have a v-form that opens when a record in a data table is clicked. The form displays the record's information and I have a v-select that shows the booking status options with the current status selected.
RGriffiths
  • 5,722
  • 18
  • 72
  • 120
0
votes
2 answers

Vuetify v-select + item-disabled how to use it?

at sample of https://vuetifyjs.com/en/components/selects/#multiple