Remain open on tag removal when close-on-select is false
When the close-on-select prop is set to false, the dropdown remains open when selecting and removing options in it (as it should). But when removing a tag by clicking its "x", vue-multiselect closes.
I was thinking it would make sense if the dropdown were to remain open if close-on-select is false and the x is clicked. Maybe even open when an x is clicked as well. It's the same "type" of action as if the user were to do so in the dropdown. If close-on-select is meant to keep the dropdown shown when selecting and removing, that should include the xs on the tags as well.
But I guess it kind of depends on the intention of the close-on-select prop as well. If it's meant to only close on select in the dropdown, then its current behavior makes sense.
Source: shentao/vue-multiselect