-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
RichTextViewer .clear background color? #208
Comments
If you want a clear editor, can you use the view configuration parameter when setting up the view? |
Not using the editor in this case, just the viewer (this one only receives the NSAttributeString it seems). Or is the RichTextViewer meant to be deprecated? Using a RichTextEditor with editable disabled does the trick here? |
The Until then, please try with a disabled editor and let me know if that works. I could then add the configuration to the viewer. |
That's perfect - I'll make the change then! 🙌 |
Hi there!
I'm trying to achieve the same as #173 but for the RichTextViewer. Since it only takes one parameter, not sure how can we achieve this? I tried with the
.richTextEditorStyle()
andbackground(.clear)
and they didn't work.Here is my sample code
The text was updated successfully, but these errors were encountered: