carbon-components-angular icon indicating copy to clipboard operation
carbon-components-angular copied to clipboard

Combobox scroll to selected item

Open grenobnik opened this issue 4 years ago • 0 comments

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.

grenobnik avatar Aug 20 '21 15:08 grenobnik