-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
problem with loading ckeditor widget in template #152
Comments
Anyone ? |
Fix issue #152: labelElement floating issue for CKEditor5Field.
Hi, I understand the issue you're facing with rendering the Based on the information provided, it appears to be a bug in the code. When using To address this bug, I will investigate the issue further and work on fixing it in the latest version of the CKEditor5 package. I'll ensure that the Thank you for bringing this to our attention, and I apologize for any inconvenience caused by the bug. Your feedback is valuable in making improvements to the package, and I'll strive to resolve this issue promptly. If you have any more information or specific steps that might help in debugging the issue, please feel free to share them. I'll do my best to address the problem and provide an update as soon as the bug is fixed. Best regards, |
Hi, I have installed the ckeditor5 package in my Django app. I have model fields like bellow
description = CKEditor5Field(blank=True,null=True,config_name='extends')
and a model form .and my problem is when I want to render a form in a template when I call {{ form.as_p }} and {{ form.media }} it will load ckeditor completely
but when I call {{ form.description }} with {{ form.media }} field directly it won't work can you please help me with this?
The text was updated successfully, but these errors were encountered: