You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no tooltip option for the items within the dropdown.
If you set a tooltip like this: <p-splitButton title="tooltip">
It is visible whenever you hover over the button, the dropdown arrow or the dropdown menu.
setting it in the model doesnt work: <p-splitButton [model]="items"> this.items = [{ label: "Item in the dropdown", title: "does not work", tooltip: "also does not work", }]
There also is no template for the items in the dropdown
Environment
stackblitz, forked from the Splitbutton Basic example, tested on chrome dev 126.0.6468.2
Describe the bug
There is no tooltip option for the items within the dropdown.
If you set a tooltip like this:
<p-splitButton title="tooltip">
It is visible whenever you hover over the button, the dropdown arrow or the dropdown menu.
setting it in the model doesnt work:
<p-splitButton [model]="items"> this.items = [{ label: "Item in the dropdown", title: "does not work", tooltip: "also does not work", }]
There also is no template for the items in the dropdown
Environment
stackblitz, forked from the Splitbutton Basic example, tested on chrome dev 126.0.6468.2
Reproducer
https://stackblitz.com/edit/wcyfxh
Angular version
17.3.7
PrimeNG version
17.16.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
n/a
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: