RichText editor
Multi-line area for text entry with styling support. It saves its value in the payload as markdown.
Demo
Basic example
Disabled example
Attributes
Attribute | Type | Description |
---|---|---|
type | string | Type expected is richText |
See section Common attributes.
When to use it
Use it to display styled text (enabled=false) or as a styled text input. For example to let the user wite comments.
For non styled text please consider Textarea component.