Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-input): fix scrolling item into view (#1848)
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
- Loading branch information