Rich Text Editor disabled?

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