carbon-components-angular
carbon-components-angular copied to clipboard
Combobox scroll to selected item
When I open a single-select combobox with selectionFeedback: "fixed" I would like to focus on the selected element, but the dropdown list displays only the beginning part of the list. I would be able to scroll from the code with this.myComboBox?.view?.getCurrentElement()?.focus(), but I am not able to detect the open event, since there is no such output.
Also, when the dropdown list is open and I scroll it using the keyboard, the highlighted item goes out from the view, making impossible to perform a selection using only the keyboard.