BlockUI: entire page is blocked if "blocked" input contains true by default (even if a target is defined) #14230
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
I reopen this issue : #11798
Environment
Angular 16 / PrimeNG 16 / Chrome / MacOS
Reproducer
https://stackblitz.com/edit/s1endm?file=src%2Fapp%2Fdemo%2Fblock-ui-basic-demo.html,src%2Fapp%2Fdemo%2Fblock-ui-basic-demo.ts
Angular version
16.2.11
PrimeNG version
16.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.20.0
Browser(s)
Chrome
Steps to reproduce the behavior
Go here : https://stackblitz.com/edit/s1endm?file=src%2Fapp%2Fdemo%2Fblock-ui-basic-demo.html,src%2Fapp%2Fdemo%2Fblock-ui-basic-demo.ts
See the all page is blocked by default (it should not).
Expected behavior
If blockUI is set to true by default and contains a target : target only should be blocked.
The text was updated successfully, but these errors were encountered: