Rich Text Editor disabled?

Hi, All,
is there a workaround way to disabled the rich text editor? just like text input?
When text input is disabled, client cannot modify/focus on this component.
or is it possible to add this kind of feature on rich text editor

Best,

1 Like

Hi @jackLai ,

Thank you for your question, as you presumed, there is no built-in functionality to disable the rich-text editor.

As far as a workaround - you could consider using JavaScript, CSS or HTML. For instance, you could set the Rich Text Editor's content as HTML in a styled container or div to create a view-only mode. Alternatively, you can implement a condition in your editing functionality that checks for a certain condition to be met before edits can be made.

  • Brett
1 Like