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
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeNG PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=57
In IE 11 when using the ToolTip component the following error is being logged:
SCRIPT438: Object doesn't support property or method 'forEach'
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeNG PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
In IE 11 when using the ToolTip component the following error is being logged:
SCRIPT438: Object doesn't support property or method 'forEach'
at this position:
("hover"===this.props.tooltipEvent?i.forEach(function(e,i)
and the ToolTip won't show.
One solution would be the following:
https://stackoverflow.com/questions/7459704/in-javascript-what-is-the-best-way-to-convert-a-nodelist-to-an-array/7459729#7459729
1.4.1
The text was updated successfully, but these errors were encountered: