shentao/vue-multiselect

Vue3 /next unable to deselect group when options are computed property.

VladymyrKarpov opened this issue · 0 comments

Reproduction Link

https://jsfiddle.net/L4o6ftec/

Steps to reproduce

Click any group label for example "Javascript"- items will be selected properly. Click group label "Javascript" again items will remain selected.

Expected behaviour

When clicking group label items should toggle

Actual behaviour

Items don't toggle and just stay selected on each click