vue-multi-select icon indicating copy to clipboard operation
vue-multi-select copied to clipboard

This component gives you a multi/single select with the power of Vuejs components.

Results 6 vue-multi-select issues
Sort by recently updated
recently updated
newest added

I want to make .select wide:100%,but is seems not working to me ``` .roleSelect{ width: 100%; } ```

Hi, I am stuck in this situation currently. ![image](https://user-images.githubusercontent.com/25554671/145210516-943a7138-ca65-4fb1-8661-1ea257424025.png) I am using `receivedData` to populate the dropdown. This `receivedData` is used in two API calls: - First when page is...

bug

I was trying to implement this in my Vue app and I was facing this error. Vue Version: 3 code `< vue-multi-select v-model="values1" search :options="options1" :selectOptions="data1" /> import vueMultiSelect from...

Dear, I want select item append to body. So can you teach me how to do that? Thanks,

question

i want to use select all filter as checkbox not a button is this possible. Please advice if i click on All button its selecting all options. i need same...

feature

Hi Guys, I think this feature not available which I am asking for. Actually I want multi select with search and selectall/deselectall options. Here I have 100 items all by...

feature