<Editor>

The <Editor> system component displays a text input for formatted text.

interface EditorProps

Properties

characterLimit (optional)
: number

The maximum allowed character length.

The default is 10000

disabled (optional)
: boolean

Determines if the Editor can be interacted with or not.

placeholder (optional)
: string

Placeholder text when the input is empty to encourage the user to write.

The default is "Say something..."

spellcheck (optional)
: boolean

If true, spell-checking is enabled.

The default is false