Hello. This is mostly a request for help but the answer could be helpful for others in the docs.
I am using htmx with django-prose-editor. Things are going well except when I use htmx to retrieve a rendered form from Django and swap that into the DOM. The textarea field is in the DOM, but the accompanying contenteditable div is not present. I assume I need to initialize the textarea but I'm not sure how to do that.
Reactions are currently unavailable
Hello. This is mostly a request for help but the answer could be helpful for others in the docs.
I am using htmx with django-prose-editor. Things are going well except when I use htmx to retrieve a rendered form from Django and swap that into the DOM. The textarea field is in the DOM, but the accompanying contenteditable div is not present. I assume I need to initialize the textarea but I'm not sure how to do that.