shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.72k stars 989 forks source link

Added new option to prevent autofocus on input search #1579

Closed akki-jat closed 2 years ago

akki-jat commented 2 years ago

Due to issues on mobile devices, and using the code from https://github.com/shentao/vue-multiselect/issues/1467 I added a new option on the Vue component

Original PR - https://github.com/shentao/vue-multiselect/pull/1543