You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious if there are any plans to make Django CKEditor 5 compatible with HTMX?
Currently, when sending an HTMX request with Django CKEditor 5, the payload of the fields appears to be empty. It seems that HTMX sends the request before the field is populated with the value of the widget.
While it's possible to set it manually with JavaScript, it's cumbersome to do so every time. It would be great if this could work seamlessly out of the box.
Could you confirm if my understanding is correct?
Best Regards,
The text was updated successfully, but these errors were encountered:
Hello there,
I'm curious if there are any plans to make Django CKEditor 5 compatible with HTMX?
Currently, when sending an HTMX request with Django CKEditor 5, the payload of the fields appears to be empty. It seems that HTMX sends the request before the field is populated with the value of the widget.
While it's possible to set it manually with JavaScript, it's cumbersome to do so every time. It would be great if this could work seamlessly out of the box.
Could you confirm if my understanding is correct?
Best Regards,
The text was updated successfully, but these errors were encountered: