Skip to content

GlCollapsibleListbox automatically select the first result when searching

The legacy dropdown used for legacy issuable sidebar editing will automatically select the first result as you type, allowing you to hit Enter to select it. The CollapsibleListbox does not, meaning you must hit Tab + Enter or use the mouse to click the first result.

Searching labels in legacy issuable Searching labels in work item (uses CollapsibleListbox)
Screenshot_2025-02-13_at_15.54.49 Screenshot_2025-02-13_at_15.52.34

We should be automatically selecting the first search result when a user searches in a collapsible listbox.