vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

Same group name cause the selection of first one

Open VladymyrKarpov opened this issue 5 years ago • 1 comments

Reproduction Link

https://jsfiddle.net/8b79mk0n/

Steps to reproduce

Selecting second group with the same name causes of selecting items in first group

Expected behaviou

Select items that belongs to group you click not depending on group name

Actual behaviour

VladymyrKarpov avatar Jul 30 '20 12:07 VladymyrKarpov

I've looked into this - this looks like we'll need to refactor parts of the component, as at the moment we just do name comparison, instead of targeting an actual index in the options provided by the parent component. I'm going to leave this as a open bug, but we'll want to look at this later down the track when we have more time, and we haven't got so many issues waiting for this release.

mattelen avatar Nov 25 '22 16:11 mattelen