Ordering Issue with ordered list in quill js editor
Issue 1 When adding a paragraph in between an ordered list, it is breaking the ordering of list. It should continue the order:
- item1
- item2 item3
- item4
Issue 2 When adding sub list items(ordered list) it is continuing the alphabetical order for other subsequent item's sublist. Every sublist should start from initial letter(a)
- item1
- item2 a. subitem1 b. subitem2
- item3 c. subitem3 d. subitem4
- item4
I tried creating custom toolbar buttons to continue ordering after adding paragraph in between list items but that is also not working. That code is working as default behavior of quill editor.
Also, Is it possible to display numbered list for sub lists instead of alphabetical order?
Hi,
Is there any update on this issue?
I can add some details for this issue. It seems the issue only happen on certain browsers. For the same code, I can find the issue mentioned on Chrome, but not Firefox.
I think this issue is fixed in V2