Adding @click.stop on .dropdown-toggle prevent the option from being selected but clicking on the caret closes the multiselect
Edit
Tried Vue-based Bootstrap libraries like bootstrap-vue but I think this is something internal related. The component closes when clicking any element that is not an option
If I would like to have a custom template that look like this:
How do I prevent it from being selected?
:close-on-select=false
is a start.I can just make a workaround and remove the css styling for the options but wondering if it's possible doing in JS
EDIT
Adding
@click.stop
on.dropdown-toggle
prevent the option from being selected but clicking on the caret closes the multiselectEdit
Tried Vue-based Bootstrap libraries like
bootstrap-vue
but I think this is something internal related. The component closes when clicking any element that is not an option