Skip to content

Commit

Permalink
fix(ui5-select): popover scrolls to typed item
Browse files Browse the repository at this point in the history
  • Loading branch information
plamenivanov91 committed May 23, 2024
1 parent ddcde9b commit b4f2ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/Select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ class Select extends UI5Element implements IFormElement {

if (currentIndex !== this._selectedIndex) {
this.itemSelectionAnnounce();
this._scrollSelectedItem();
}
}
}
Expand Down

0 comments on commit b4f2ecd

Please sign in to comment.