vue-multiselect
vue-multiselect copied to clipboard
Universal select/multiselect/tagging component for Vue.js
Taking the multiple select example from the docs: http://monterail.github.io/vue-multiselect/#sub-multiple-select Is it possible to have the resulting array contain only the keys, and not the values? E.g. `['Vue.js', 'Sinatra']` instead of...
Okay, so I've been working to get around this bug for days now and I just can't figure out how to do it. The problem is that the content of...
Your current release 2.1.6 is missing updates from recent fixes which has been a while. https://github.com/shentao/vue-multiselect/issues/966
No possibility change component height. 40px is hardcoded value
### Expected behaviour I've set `tabindex` props as 0, and I want let it works. But it remains -1 after building I've found the reason. https://github.com/shentao/vue-multiselect/blob/8b82146a24a8c5c201db5c9bf65f7bd9f94a9852/src/Multiselect.vue#L3 I can't understand why...
Bumps [terser](https://github.com/terser/terser) from 4.3.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
### Reproduction Link https://codesandbox.io/s/determined-hill-sf6by?file=/src/App.vue ### Steps to reproduce Make a selection ### Expected behaviour Tags do not appear in the search bar, content below select does not move ### Actual...
hi, When I'm using "noResult" slot with ":taggable: "true" then it's not showing the template inside the noResult slot. I'm not sure why it's not working with taggable while in...
Hi there, Can we add "activate" method in docs? it's would be helpful to open select programmatically. I can't found any describe of this method. Example of usage: ``` ......
I am using vue-mutiselect:2.1.6 on a Laravel 7 project with vue: 2.6.10. It is working fine on Ubuntu/Windows/Mac Firefox/Chrome/Safari. Also working in chrome's iPhone and iPads emulators. Running good too...