Skip to content

Commit

Permalink
fix(ui5-shellbar): add tooltip for shellbar items (#9143)
Browse files Browse the repository at this point in the history
Fixes: #5885
  • Loading branch information
yanaminkova authored and ilhan007 committed Jun 14, 2024
1 parent 5054dc3 commit ea2e31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fiori/src/ShellBarPopover.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
icon="{{this.icon}}"
type="Active"
@ui5-_press="{{this.press}}"
tooltip="{{this.text}}"
>{{this.text}}
</ui5-li>
{{/each}}
Expand Down

0 comments on commit ea2e31f

Please sign in to comment.