Skip to content

Commit

Permalink
fix(ui5-select): options are now properly focused (#8741)
Browse files Browse the repository at this point in the history
Fixes: #8308
  • Loading branch information
plamenivanov91 committed Apr 18, 2024
1 parent 9eb7325 commit 4a61819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/SelectPopover.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
id="{{this.id}}-li"
icon="{{this.icon}}"
?selected="{{this.selected}}"
?focused="{{this._focused}}"
?focused="{{this.focused}}"
title="{{this.title}}"
additional-text="{{this.additionalText}}"
?aria-selected="{{this.selected}}"
Expand Down

0 comments on commit 4a61819

Please sign in to comment.