Why are lists adding <span class="ql-ui" contenteditable="false"></span> in my html? #4504
Unanswered
KarineCardona
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions