Password: Tooltip with tooltipEvent='focus'
is never displayed
#16106
Labels
LTS-FIXED-15.4.25
LTS-FIXED-16.9.14
LTS-PORTABLE
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When adding a tooltip to a
Password
component and settingtooltipEvent
tofocus
, the tooltip never shows.I also tested the following combinations:
<input>
andtooltipEvent=focus
: works finePassword
andtooltipEvent=hover
: works fineSo the issue seems to be specific to the combination of
Password
andtooltipEvent=focus
.Environment
The original environment I used:
But I also reproduced the issue on a StackBlitz from your website (in this section). There, the environment is:
Reproducer
https://stackblitz.com/edit/github-jj5ibr?file=src%2Fapp%2Fapp.component.html
Angular version
18.0.1
PrimeNG version
17.18.6
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.3.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Expected result: The tooltip is displayed.
Actual result: no tooltip is displayed.
The text was updated successfully, but these errors were encountered: