Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split button: tooltip for the items #15581

Closed
koesper opened this issue May 15, 2024 · 2 comments
Closed

Split button: tooltip for the items #15581

koesper opened this issue May 15, 2024 · 2 comments
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@koesper
Copy link

koesper commented May 15, 2024

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

@koesper koesper added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 15, 2024
@Sinan997
Copy link
Contributor

#15598 will fix the tooltip problem on dropdown buttons.

For main button #15601

@cetincakiroglu cetincakiroglu added Type: New Feature Issue contains a new feature or new component request and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels May 30, 2024
@cetincakiroglu cetincakiroglu added this to the 17.18.0 milestone May 30, 2024
@cetincakiroglu
Copy link
Contributor

Fixed in #15598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

3 participants