shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.65k stars 989 forks source link

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

Open VladymyrKarpov opened 3 months ago

VladymyrKarpov commented 3 months ago

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