Skip to content

Commit

Permalink
Merge pull request #15598 from Sinan997/sinan/issue-15536
Browse files Browse the repository at this point in the history
fix: add tooltip to tieredmenu items
  • Loading branch information
cetincakiroglu authored May 30, 2024
2 parents 70ac706 + 8c2571f commit 08a4a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/tieredmenu/tieredmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import { ObjectUtils, UniqueComponentId, ZIndexUtils } from 'primeng/utils';
[ngStyle]="getItemProp(processedItem, 'style')"
[ngClass]="getItemClass(processedItem)"
[class]="getItemProp(processedItem, 'styleClass')"
pTooltip
[pTooltip]="getItemProp(processedItem, 'tooltip')"
[tooltipOptions]="getItemProp(processedItem, 'tooltipOptions')"
>
<div [attr.data-pc-section]="'content'" class="p-menuitem-content" (click)="onItemClick($event, processedItem)" (mouseenter)="onItemMouseEnter({$event, processedItem})">
Expand Down

0 comments on commit 08a4a02

Please sign in to comment.