multiselect
multiselect copied to clipboard
Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
Is there a way to know when the max value is limited? I don't see in the doc and I'm trying to find a work around but I'm struggling a...
I want to be able to change the color options, when they are not selected. At this moment I have tried, this approach, from a last issue I saw. ```...
Expected: when I search for DC or Marvel, it should be highlighted and when clicked it add the corresponding `options` as tag Actual: No result found 👇🏽 ``` ```
Closes #399
### Version * Vue version: 3 ### Description Some methods listed in [the docs](https://github.com/vueform/multiselect#api-methods) are not present in `Multiselect` type. | Method | present? | | --- | --- |...
How to programically focus() multiselect field? I am using vue3 and the solution given in the readme does not work. Thank you
Using tailwind how can I apply different fill colours for remove button svg in dark mode and light mode? ``` 'multiselect-remove': `url("${svgToDataUri( ``, )}")`, ```
* Vue version: 3 ### Description I got blur on option when I have a lot of option but it work fine in window ### Demo ![Screenshot 2024-02-22 at 12...
### Version Nuxt@^3.10.0 ### Description I'm using Multiselect in a Nuxt application and I have this error a lot `Cannot read properties of null (reading 'querySelectorAll')` ### Demo I don't...
` {{ contact_type }} Not Found 🚫. The {{ contact_type }} list is empty 🚫. ` The "nooptions" slot is functioning as expected, but the "noresults" slot is not working...