-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
Editor: Not working with quilljs v2.0.0 and above #15741
Comments
Yeah, this was working in primeng-editor with quill 1.3.7, but It does not work in quill 2.x. |
Have the same issue, please fix. |
I can confirm this is an issue with quill 2.x compatibility with PrimeNG |
@cetincakiroglu this ticket can be closed when #14721 is done |
Have the same issue, please fix. |
Fixed in #15764. Thanks for reporting, closing the issue |
Describe the bug
When using p-editor with quilljs v2.0.0 and above, reactive form and ngmodel does not prepopulate the field if you preset its value.
Environment
Reproducer
No response
Angular version
17.3.9
PrimeNG version
17.17.0
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
18.19.0
Browser(s)
Brave
Steps to reproduce the behavior
https://stackblitz.com/edit/lww9qn?file=src%2Fapp%2Feditor-reactive-forms-demo.ts
Expected behavior
It should prepopulate the fields with the preset text
The text was updated successfully, but these errors were encountered: