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
See stackblitz, versions below copied from that, we are using later versions of angular and prime where the issue still exists
"primeng": "^13.4.1",
"@angular/core": "13.3.4",
Describe the bug
p-calendar with touchUI = true and inline=true whilst in a p-dialog errors.
element passed in is undefined
dismissing modal rasies an error on this line
Environment
See stackblitz, versions below copied from that, we are using later versions of angular and prime where the issue still exists
"primeng": "^13.4.1",
"@angular/core": "13.3.4",
Reproducer
https://stackblitz.com/edit/github-bpugx2?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts
Angular version
13.0.3
PrimeNG version
13.3.3
Build / Runtime
Angular CLI App
Language
ES6
Node version (for AoT issues node --version)
n/a
Browser(s)
chrome
Steps to reproduce the behavior
See stackblitz:
click the year, see error in console.
Dismiss dialog by clicking in mask, see error in console.
Expected behavior
no errors
The text was updated successfully, but these errors were encountered: