multiselect
multiselect copied to clipboard
Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
 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...
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...
### 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...
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...
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....
It would be great if we could double click on an exiting tags and edit it when `create-options` is `true` Thank you.
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...
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...