Open ratsey opened 1 month ago
Updating the underlying form controls does not reflect in a p-editor when contained within a p-dialog.
PrimeNG 18-beta2, Quill 2.0.2, Angular 18
https://stackblitz.com/edit/lww9qn-wjlfvd
18.2.5
18.0.0-beta.2
Angular CLI App
TypeScript
18.20.3
No response
See Stackblitz. Note how the first editor shows an updated content when clicking Edit, the p-dialog version retains the original content
Both editors show the updated content
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. :sparkles: Thank you for your contribution! :sparkles:
Describe the bug
Updating the underlying form controls does not reflect in a p-editor when contained within a p-dialog.
Environment
PrimeNG 18-beta2, Quill 2.0.2, Angular 18
Reproducer
https://stackblitz.com/edit/lww9qn-wjlfvd
Angular version
18.2.5
PrimeNG version
18.0.0-beta.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.20.3
Browser(s)
No response
Steps to reproduce the behavior
See Stackblitz. Note how the first editor shows an updated content when clicking Edit, the p-dialog version retains the original content
Expected behavior
Both editors show the updated content