Tooltip: rendered component doesn't respect changes to tooltipEvent value #15170
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
Attempting to change behavior when the viewport shifts from desktop width to mobile width, I toggle between values 'hover' and 'focus'. While the
ng-reflect-tooltip-event
attribute reflects the change, behavior does not change for the tooltipEnvironment
Angular 17.1.3, PrimeNG 17.0.0
Reproducer
https://github-bkmor9.stackblitz.io
Angular version
17.1.3
PrimeNG version
17.0.0
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
20.10.0
Browser(s)
All
Steps to reproduce the behavior
Set a tooltip on an element.
Change the tooltipEvent value from 'hover' to 'focus'
Expected behavior
Element on receiving focus should display tooltip
The text was updated successfully, but these errors were encountered: