-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor: Listing as bullet display as numbered #6993
Comments
Duplicate of #6914 its a bug in QuillJS: slab/quill#4124 Please track that issue. |
This issue is a duplicate and has already been reported and possibly fixed. Please review other issues both open and closed for a similar issue to this one. |
Hi @melloware , this is my finding, I believe in primereact Editor implementation ignore core.css of Quills, there is many changes between [email protected] and [email protected] This is my suggestion, do import quill.snow.css or quill.core.css to primereact Editor v10.8.2, I don't see such import in current latest version. I'm afraid Quills will not care our issue since their side works fine |
Correct me if I'm wrong, we are using quill v1.3.7 css in usage of [email protected] |
PrimeReact after 10.6.4 requires Quill 2.0 see: #5960 Previous to that it was 1.3.7 |
Hi @melloware , I need to bring this change to my project for version @10.8.2, my side do not allow more delay for the release. Command I use: build:package I suggest to create a section in the documentation to show how to build and bundle the project. |
You want |
Describe the bug
https://primereact.org/editor/
Listing items as bullet but display numbered.
Reproducer
No response
System Information
Chrome: v127 latest
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.8.2",
Steps to reproduce the behavior
No response
Expected behavior
Display bullet for Editor when hitting Unordered list
The text was updated successfully, but these errors were encountered: