-
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's header cannot be hidden no matter what #1567
Comments
Maybe it's a good idea to deprecate the Editor component altogether in favor of the react-quill library? |
Update on this:
Judging by the number of issues and their dates since last publish, it looks like both quill and react-quill are abandoned. |
PR Submitted |
I'm submitting a ... (check one with "x")
Codesandbox Case
https://codesandbox.io/s/primereact-test-forked-uj3iq
Current behavior
You can't hide the Editor's header no matter what you do, even when you have custom toolbars enabled.
What's worse, is that the default header style messes up when this is the case.
The only way to hide the header is through CSS.
Expected behavior
The Editor's header should be either rendered conditionally when
modules.toolbar
is available or there should be an option to disable it.React version:
16.13.1
PrimeReact version:
5.0.0
The text was updated successfully, but these errors were encountered: