microsoft / vscode-webview-ui-toolkit

A component library for building webview-based extensions in Visual Studio Code.
MIT License
2k stars 137 forks source link

Makes sure only one option is highlighted in dropdown. #535

Open jdneo opened 9 months ago

jdneo commented 9 months ago

Feature request

Makes sure only one option is highlighted in dropdown.

Expected behavior

Like VS Code, when hovering between options, only one option will be highlighted.

https://github.com/microsoft/vscode-webview-ui-toolkit/assets/6193897/88fe78d0-eba0-45ed-b63f-3941698c80f4

Current behavior

In current toolkit, both the selected option and hovered option are highlighted.

https://github.com/microsoft/vscode-webview-ui-toolkit/assets/6193897/17e4b59a-1036-464a-96b3-856ba5e82e49

hawkticehurst commented 9 months ago

Ahh shoot, thank you for the catch! I'll try and release a patch by end of week.