Unordered List Rendering as Ordered List #4354
Unanswered
hjohnsick051
asked this question in
Q&A
Replies: 1 comment
-
I found a solution by doing this, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Quill version 2.0.2. I am having an issue displaying unordered lists. When I use the editor and select the bulleted list icon from the toolbar the list displays with bullet points as it should. When I click the create button in my editor to display the list that was created with Quill it is displaying as an ordered list with numbers even though it was created as a bulleted list. When I inspect the page, I see that Quill is created an ordered list. Is there a work around for this issue? I need my list to display with bullet points, not numbers.
I tried doing something like this,
When I debug, it goes into the if statement but the ol doesn't get replaced with ul.
Beta Was this translation helpful? Give feedback.
All reactions