ComboBox does not make the found item active #862
Labels
a11y
Accessibility issues (keyboard navigation, color contrast, assistive technologies, semantics, etc)
enhancement
New feature or request
react
Needs change in react package
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 tag works, see example here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
The text was updated successfully, but these errors were encountered: