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
Originally posted by KarineCardona November 27, 2024
Hi,
I am not understanding what is happening with quill inside a form: as soon as I apply the bullet list to my content, the innerHTML shows <span class="ql-ui" contenteditable="false"></span> inside my lists items.
Html
<div id='editor-container'><h1>Quill to HTML</h1>Modify this content to update HTML output</div>
<textarea id="output-html"></textarea>
Discussed in #4504
Originally posted by KarineCardona November 27, 2024
Hi,
I am not understanding what is happening with quill inside a form: as soon as I apply the bullet list to my content, the innerHTML shows
<span class="ql-ui" contenteditable="false"></span>
inside my lists items.Html
js
Example of html output:
<h1>Quill to HTML</h1><ol><li data-list="bullet"><span class="ql-ui" contenteditable="false"></span>Modify</li><li data-list="bullet"><span class="ql-ui" contenteditable="false"></span>this</li><li data-list="bullet"><span class="ql-ui" contenteditable="false"></span>content to update HTML output</li></ol>
What is happening? Can I prevent that?
Thanks for your help
The text was updated successfully, but these errors were encountered: