p-confirmPopup: Does not show even with a valid target #11831
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
My code looks like this:
The console.log is properly showing a valid target that I want the confirmation pop-up to appear on. However, it never shows up and no errors are shown in the console.
Environment
Angular 14.0.3
PrimeNG 14.0.0
Reproducer
https://stackblitz.com/edit/github-gz4bm8?file=src/app/app.component.ts
Angular version
14.0.3
PrimeNG version
14.0.0
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
16.13.1
Browser(s)
No response
Steps to reproduce the behavior
The repro in Stackblitz shows the behavior.
Expected behavior
A confirmation dialog should appear at the location of the valid event target.
The text was updated successfully, but these errors were encountered: