Page MenuHomePhabricator

Better "type to search" in ComboBoxWidget
Open, LowPublic

Description

Since 2650383eedccbfd49581ad57173feec86ae3949a (T91126) DropdownWidget has "type to search" functionality, but this is missing from ComboBoxWidget (which only highlights exactly matching items).

We should consider whether it should also filter the matches, but that might be more appropriate for "search suggestions"-type functionality, like LookupInputWidget (which works this way).