multiselect
multiselect copied to clipboard
Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
Hi, nice componet. It's not very convenient when you write text in the search and then the component loses focus, then the text in the search bar is nulled. Is...
Hello there, I am currently trying to implement this component in our application but i am having an issue with loading paginated results. Our backend is laravel and we are...
Hi, very need for clear code :regex="func" for multipple use and difficult regular expression
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@vueform/[email protected]` for the project I'm working on. I was having errors at build...
hi i change v-model param programatically, but no one event fires. I need to refresh (sync) option list then v-model changed. how i can do this?
### Version * Vue version: 3 ### Description `Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.` Applying any of the above...
Hi, can you help? How set disabled multiselect programmatically? this.$refs.multiselect.disabled = true not working... it is readonly prop
Hi, with group options, there is a problem with user UX/UI when adding a new element the line with the new element does not appear in the drop-down menu below,...
I may be missing it but I don't see that the required attribute does anything other than create the hacky hidden input. Am I missing something in the docs? What...
### Version * Vue version: 3.2.37 * Vuex version: 4.0.2 ### Description i set the v-model data to my vuex store. if i dispatch any action to reset or clear...