multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).

Results 114 multiselect issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/vueform/multiselect/assets/78958854/8db6c10c-71b6-449e-b5d7-bc1e7a2d0a45) When using this component and styling with custom values I get the look i want in chrome, but in firefox and some mobile browsers the middle of the component...

question

When i render at loop miltiselect i want to choose default value at each multiselect which i have at item.file, this array items render from the nova panel. I got...

question

### Version * Vue version: 3 * Multiselect version: 2.6.1 ### Description I wrapped the Multiselect in a component called FormMultiselect.vue: ```vue import Multiselect from "@vueform/multiselect"; ``` When I try...

question

The `label` property only allows setting the key of object properties. How can additional information be added to the label, e.g. not only the value but also the strings like...

question

my body is rtl (dir="rtl") I need the multi-select to be ltr. but when I add dir="ltr" to the parent of the component, the component still yet gets rtl class....

enhancement

It would be great if we could double click on an exiting tags and edit it when `create-options` is `true` Thank you.

enhancement

Hello! I have an issue using dynamic v-model value for tags multiselect. The problem is that my v-model value can change asynchronously (my values alwas is in array) but selected...

question

Hi, I have this use case when I want to disable multiselect but I still would like to be able to open it to check which options were selected, because...

### Version * Vue version: ### Description ### Demo Please use our [JSFiddle template](https://jsfiddle.net/5yxpmw4v/) to reproduce the bug. Issues without working reproduction might be ignored.

### Version * Vue version: 3.2.40 * @vueform/multiselect version: ^2.6.7 ### Description Hi, I'm getting a typescript build error on build my project the error I'm getting is on the...