Type something into ComboBox to find the matching item, for example, "lith" -- ComboBox displays the single entry "Lithuania"
Press Tab to switch focus to another input
[optional] Press arrow down to select the item
The ComboBox stays empty
Actual behavior
The ComboBox does not take the selection
Expected behavior
The ComboBox should set the single/first result as selection.
The only way I found to select the found item is to type the search text, then use arrow keys to find the item, and then press Enter. This is not how standard
Code Sandbox
Easily reproducible on https://itwin.github.io/iTwinUI-react/?path=/story/core-combobox--basic
Steps to reproduce
Actual behavior
The ComboBox does not take the selection
Expected behavior
The ComboBox should set the single/first result as selection.
The only way I found to select the found item is to type the search text, then use arrow keys to find the item, and then press Enter. This is not how standard