We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If showHeader flag is set to false, it doesn't hide the dialog header in p-dialog component, however it works fine in dynamic dialog
showHeader
No response
https://stackblitz.com/
angular version 19.0.5 node version 22.12.0 primeng 19.0.2
19.0.5
v19
Wrap header teplmate inside a condition that resolves only if showHeder was true
showHeder
It should hide the dialog header
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If
showHeader
flag is set to false, it doesn't hide the dialog header in p-dialog component, however it works fine in dynamic dialogPull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/
Environment
angular version 19.0.5
node version 22.12.0
primeng 19.0.2
Angular version
19.0.5
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Wrap header teplmate inside a condition that resolves only if
showHeder
was trueExpected behavior
It should hide the dialog header
The text was updated successfully, but these errors were encountered: