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 bug
When you press the arrow key to select suggestion in the results, the scroll position does not move. It is necessary to move the scroll because we have an infinite loading results, and we use the scroll position to know that the user wants to see more items.
To reproduce
Steps to reproduce the behavior:
Have a search with many suggestions
use keyboard to navigate down the suggestions, go beyond the bottom of the scroll
Expected behavior
The scroll should move down so that the next suggestion item becomes visible at the bottom.
The scroll container should be awaited before we use it. Additionally, we use the step constant in the "isIteminView" method to avoid half visible items, because previously the input used to scroll if the item is entirely out of view (60 is the maximum height of a standard list item).
FIXES: #1847
The scroll container should be awaited before we use it. Additionally, we use the step constant in the "isIteminView" method to avoid half visible items, because previously the input used to scroll if the item is entirely out of view (60 is the maximum height of a standard list item).
FIXES: #1847
Describe the bug
When you press the arrow key to select suggestion in the results, the scroll position does not move. It is necessary to move the scroll because we have an infinite loading results, and we use the scroll position to know that the user wants to see more items.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The scroll should move down so that the next suggestion item becomes visible at the bottom.
Affected components (if known)
Input, feature InputSuggestions
Log output / Any errors in the console
The text was updated successfully, but these errors were encountered: