teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.82k stars 924 forks source link

fix(commander): auto reset correctly + native link support #9054

Closed luvkapur closed 1 month ago

luvkapur commented 1 month ago

This PR fixes the issue with auto reset not correctly resetting the selection in the auto complete result list when the search term or the suggestion list changes. This PR also updates the result list to be native links, allowing users to use native link shortcuts like open in new tab with keyboard (cmd/ctrl + click) and right click to open using the browser context menu.