Component: Dynamic Dialog resize change doesn't work #13158
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Resizable handle in the dynamic dialog doesn't work, when the dialog was opened with
resizable: false
and then the flag was updated in the dialog to truethis.dialogConfig.resizable = true;
.Environment
No specific environment.
Reproducer
https://stackblitz.com/edit/primeng-resizable-dialog-issue-p4ycjr
Angular version
15.2.4
PrimeNG version
15.2.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
We should be able to open a dialog with
resizable: false
, then update the flag from the dialog totrue
and the resize handle should work as expected.The text was updated successfully, but these errors were encountered: