We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the rich text editor component, the unordered list button makes ordered lists
No response
10.7.0
18.x
TypeScript
Create React App (CRA)
Chrome 126, Firefox 128
The unordered list button should create an unordered list
The text was updated successfully, but these errors were encountered:
Its just a misleading tooltip. There are 3 types of lists in QuillJS
[{ 'list': 'ordered'}, { 'list': 'bullet' }, { 'list': 'check' }],
We have Unordered List for "Bullet". It probably should say Bullet List.
Sorry, something went wrong.
its a bug in QuillJS: slab/quill#4124 Please track that issue.
@acamacho88 fixed for next release
Successfully merging a pull request may close this issue.
Describe the bug
In the rich text editor component, the unordered list button makes ordered lists
Reproducer
No response
PrimeReact version
10.7.0
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 126, Firefox 128
Steps to reproduce the behavior
Expected behavior
The unordered list button should create an unordered list
The text was updated successfully, but these errors were encountered: