I was trying out the Quill.js editor through their playground but I noticed a weird issue when trying to type a number list, it automatically apply a tab and resets the number to 1.
when no previous text is added. And when you hit enter without adding any text after the number, the editor will automatically remove it.
To reproduce,
- Type
2.
then space, result will be the number is changed to1.
and when you hit enter without adding any text, the number will be gone.