-
Notifications
You must be signed in to change notification settings - Fork 5k
Docs: Missing type "both" on tooltipEvent #19305
Copy link
Copy link
Closed
Labels
Component: DocumentationIssue or pull request is related to DocumentationIssue or pull request is related to DocumentationType: 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!
Description
Describe the bug
The tooltip implementation accepts hover, focus and both.
See
| @Input() tooltipEvent: 'hover' | 'focus' | 'both' | string | any = 'hover'; |
The docs should reflect that the value both is possible.
Pull Request Link
Reason for not contributing a PR
- Lack of time
- Unsure how to implement the fix/feature
- Difficulty understanding the codebase
- Other
Other Reason
No response
Reproducer
https://stackblitz.com/github/primefaces/primeng-issue-template
Environment
MacOS Tahoe
Angular version
21.1.0
PrimeNG version
v21
Node version
No response
Browser(s)
Chrome
Steps to reproduce the behavior
- Go to https://primeng.org/tooltip
- Click the tab API and view the option
tooltipEvent
Expected behavior
The value both is documented for tooltipEvent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: DocumentationIssue or pull request is related to DocumentationIssue or pull request is related to DocumentationType: 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!