Questions tagged [vue-select]

A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery. This tag relates to the package at https://www.npmjs.com/package/vue-select and should not be used for general questions about

125 questions
0
votes
0 answers

option selected with vue-select and get value in function

I´m trying to create a select with this library, but my problem it´s that i need get info from option selected and call other function to add tr in table. I´m working with vue js 3 and composition API. i can show, that if i use this code:
0
votes
0 answers

fill vue-search-select with axios and laravel api

I´m trying to fill my component vue-search-select with axios get and my laravel API. I´m receiving my data ok, but i can´t fill my select. In console i can show this: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading…
0
votes
2 answers

Using vue-select or another nice select box with ESM vuild of Vue 3

I have the following simple setup, with a client-side javascript app using Vue 3: HTML (with a select box): Test