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

Remove event is fired before 'input' event

Open sifear opened this issue 3 years ago • 2 comments

Similarly to Issue #484. It would be nice if I could work with updated value.

https://github.com/shentao/vue-multiselect/blob/3517065e3714c6b20438c5bb77d3c6f5ebd012ca/src/multiselectMixin.js#L617-L623

sifear avatar Jun 03 '21 14:06 sifear

Confirmed, https://jsfiddle.net/greendesertsnow/sdp8wr69/2/

I guess we're expected to filter out the option using (removedOption, id) to update the input values first.

greendesertsnow avatar Aug 01 '21 13:08 greendesertsnow

this makes the component almost unusable https://codesandbox.io/s/reverent-cache-shevo

code1x1 avatar Sep 14 '21 07:09 code1x1