tail.select.js icon indicating copy to clipboard operation
tail.select.js copied to clipboard

Can't get multiPinSelected to work

Open TheFehr opened this issue 2 years ago • 1 comments

I have a quite big list of options. I used the change event to switch from

hideSelected: true,
hideDisabled: true,
multiShowCount: false,
multiContainer: true,

to

hideSelected: false,
multiContainer: false,
multiPinSelected: true,
multiShowCount: true,

I first call the remove() on the instance to then build it anew with the different options. Everything works as good as I expected, but the multiPinSelected: true, does not seem to work.

I have v 0.5.22 installed. Can I provide some more information or does anyone have an idea what I might be doing wrong?

TheFehr avatar Dec 24 '21 07:12 TheFehr

I just realised that it works once the new instance is initialized and you select new options. But the already selected ones do not get pinned.

TheFehr avatar Dec 24 '21 07:12 TheFehr