vue-select2 icon indicating copy to clipboard operation
vue-select2 copied to clipboard

select2 component in vue.

Results 28 vue-select2 issues
Sort by recently updated
recently updated
newest added

I think it would be nice to move the external dependencies imports to index.js, instead of the single file component, if this is possible technically. This would allow customized builds....

how to do multiple select in select ?

I checked it in this repository @change="myChangeEvent($event)" I need to filter options('sorter' in settings work fine) but i can't to get modelValue from 'input' that i type any symbols in....

Hi, I am using select2 in Vue js and I want to add the image like png against every option. please let me know is any possibility of adding the...

How i can paginate or load more data option in select 2

Hello! I am trying to implement the vue3 version of this component, and I have encountered this error: ![Screen Shot 2023-01-20 at 2 49 47 PM](https://user-images.githubusercontent.com/109831143/213811557-b61f4241-8bc1-4fa8-8a83-3ef47383f6dd.png) This is how I've...

Hello there ! Here is just a proposal for the main component with setup script (typescript). ```vue import $ from 'jquery' import { onBeforeUnmount, onMounted, ref, toRefs, watch } from...

I can't apply any css class to select. There is my code: `` I took selectionCssClass from [https://select2.org/configuration/options-api](https://select2.org/configuration/options-api) as it says in documentation. Please help.