-
Notifications
You must be signed in to change notification settings - Fork 5k
SplitButton - MenuItems Tooltip not showing #19443
Copy link
Copy link
Closed
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not workinggood first issue*** Welcome to PrimeNG Family! *** Good issue!*** Welcome to PrimeNG Family! *** Good issue!
Milestone
Metadata
Metadata
Assignees
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not workinggood first issue*** Welcome to PrimeNG Family! *** Good issue!*** Welcome to PrimeNG Family! *** Good issue!
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Describe the bug
MenuItems in the SplitButton Overlay can have a tooltip by definition, but that tooltip is not shown.
Nothing happens on hover over these items, where a tooltip should be displayed
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/etgt4yam?file=src%2Fapp%2Fsplitbutton-basic-demo.ts
Environment
/
Angular version
21.x
PrimeNG version
v21
Node version
24.11.1
Browser(s)
No response
Steps to reproduce the behavior
alternatively in own Codebase:
tooltip: 'test'to a MenuItem of a SplitButtonExpected behavior
A Tooltip must be shown on hover over these items.