Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-select): popover scrolls to typed item #9053

Merged
merged 1 commit into from
May 23, 2024

Conversation

plamenivanov91
Copy link
Contributor

Problem: When we type an item which is outside of the scroll viewport, the item is selected but the popover is not scrolled to it.

Solution: We make sure to scroll to the typed item.

Fixes: #8987

Problem: When we type an item which is outside of the scroll viewport
the item is selected but the popover is not scrolled to it.

Solution: We make sure to scroll to the typed item.
@kgogov kgogov self-requested a review May 23, 2024 10:45
@plamenivanov91 plamenivanov91 merged commit 70bbd7f into SAP:main May 23, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Select]: The vertical scrollbar remains static when navigating using the keyboard in the list
2 participants