Is your feature request related to a problem? Please describe.
Vue-select is awesome, Just for an improvement I would like to point one idea for de-selecting option.
Describe the solution you'd like
I believe it will be more user-friendly if we have an option to de-select an already selected option from the dropdown..
for example I have a multi-select dropdown with three options A, B, C. User select A and B then he realizes that he made a mistake by selecting B, now to de-select B he can just click on B option from the dropdown and B gets removed from the tags
+馃挴!
Edit: created my own PR as well - #1033
There's a PR for this! https://github.com/sagalbot/vue-select/pull/896
I'm very interested in having this issue closed and having the related PR merged.
Are there any updates on it?
Toggling an option in a multiselect dropdown is the default behavior in many other select implementations, like
Thus it's the expected behavior from the user's POV
Most helpful comment
+馃挴!