sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

Not highlighting selected value in option list #1657

Open vkbishu opened 2 years ago

vkbishu commented 2 years ago

Is your feature request related to a problem? Please describe. I want to highlight the selected option in the dropdown list when selecting multiple options

Describe the solution you'd like I want to show a background color for the options that are already selected by the user so that whenever the user tries to select an option again, he can see what options he has already selected from the dropdown list.

Additional context Current: vue-select-no-hightlight

Expected vue-select-highlighted