You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
When limiting the height of the Select component, which makes the menu to result in overflow scroll, the item in focus should be always in view, but that's not the case.
KKoukiou
changed the title
Bug - [Select] - [When the height is limited with maxHeight and the menu overflows the elements are not scrolling into view while moving down with the keyboard]
Bug - [Select typeahead] - [When the height is limited with maxHeight and the menu overflows the elements are not scrolling into view while moving down with the keyboard]
Jan 25, 2023
KKoukiou
changed the title
Bug - [Select typeahead] - [When the height is limited with maxHeight and the menu overflows the elements are not scrolling into view while moving down with the keyboard]
Bug - [Select typeahead] - [When the menu overflows the elements are not scrolling into view while moving down with the keyboard]
Jan 25, 2023
Describe the problem
When limiting the height of the Select component, which makes the menu to result in overflow scroll, the item in focus should be always in view, but that's not the case.
How do you reproduce the problem?
[Provide steps to reproduce. A codesandbox demonstrating the problem is appreciated.
](https://codesandbox.io/s/kind-brook-604ssd?file=/index.js)
Expected behavior
The li element in focus should be always in view.
Is this issue blocking you?
No, but there is bug report, https://bugzilla.redhat.com/show_bug.cgi?id=2034498
The text was updated successfully, but these errors were encountered: