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
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
Tooltip does not remove event listeners in componentWillUnmount().
After it is displayed once, it remains there forever.
Expected behavior
remove event listeners when unmounting
The text was updated successfully, but these errors were encountered:
Tooltip is being reimplemented to be integrated within the supported components like form components and propery unbind is included in new implementation.
Current behavior
Tooltip does not remove event listeners in componentWillUnmount().
After it is displayed once, it remains there forever.
Expected behavior
remove event listeners when unmounting
The text was updated successfully, but these errors were encountered: