Rich Text Area

The RichTextArea component renders the rich property which can contain HTML and CSS on it. In order to sanitise the rich content, it uses DOMPurify in order to prevent XSS attacks.

Reference

Value

There is no user value input for this component.

Properties


rich

A string that can contain HTML and CSS on it. In order to sanitise this content, it uses DOMPurify in order to prevent XSS attacks.

  • type: string
  • default value: empty string