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
dynamicdialogconfig.props.autoZIndex claims that default value is false. But in its implementation it is undefined and auto z-index is applied to everything which has not autoZIndex === false
Environment
Browser
Reproducer
No response
Angular version
18.x.x
PrimeNG version
18.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.10.0
Browser(s)
Chrome
Steps to reproduce the behavior
open dynamic dialog without passing a value for autoZIndex config property
Expected behavior
autoZIndex is not applied or the documentation gets updated.
The text was updated successfully, but these errors were encountered:
Describe the bug
dynamicdialogconfig.props.autoZIndex claims that default value is
false
. But in its implementation it isundefined
and auto z-index is applied to everything which has notautoZIndex === false
Environment
Browser
Reproducer
No response
Angular version
18.x.x
PrimeNG version
18.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.10.0
Browser(s)
Chrome
Steps to reproduce the behavior
autoZIndex
config propertyExpected behavior
autoZIndex is not applied or the documentation gets updated.
The text was updated successfully, but these errors were encountered: