I tried to implement the form select vue bootstrap component but it does not seem to work. On their page (https://bootstrap-vue.org/docs/components/form-select) in the section multiple select support it is suggested to use the prop to enable multiple selections. However, in my application as well as in the snippet on the mentioned website, I can only select multiple items while holding control or keeping the mouse button clicked. That is very unintuitive and I want to implement a select where numerous items can be selected by just clicking once without holding additional buttons. Does anyone know how to fix this ?