vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
805 stars 149 forks source link

Checkbox feature #147

Closed hieuncong closed 3 years ago

hieuncong commented 3 years ago

Hi, thank you for such a great plugin,

I wonder if there is any option to add a checkbox to start of each element in multiselect menu. That means when I click on an element, the multiselect menu won't remove it from the menu selections and the menu will still open (I know there is a prop called closeOnSelect) also the checkbox will be checked. A prop called enableCheckbox would be nice.

Thanks a lot

hieuncong commented 3 years ago

Oops! So sorry for my issue. I've figure it out by using custom tag slot and my own checkbox handle. Closing the issue