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

[Feature request] Select/deselect all

Open ikreb7 opened this issue 2 years ago • 1 comments

I know there was already the issue #563. But this is still 5 years ago.

Furthermore, it seems that @select does not work correct. I use the 3.0.0-alpha.2. I know it still an alpha release, but it also doesn't work with version 2.

The problem is that still that the select event also add "Select all" to value. At version 3.0.0-lpha2 I have furthermore the problem, that the @remove event is not triggered.

Reproduction Link

https://jsfiddle.net/ikreb/q7xknv2L/4/

Expected behaviour

Add only the other values except "select all".

Actual behaviour

Add all values.

ikreb7 avatar Jan 09 '23 14:01 ikreb7

it's great if this feature is on.

takeAction avatar Jan 30 '23 07:01 takeAction