RichTextEditor
RichTextEditor is Input text that can be edited--such as bolded, italicized, crossed through, bulleted, numbered, or linked with markdown.
Last updated
RichTextEditor is Input text that can be edited--such as bolded, italicized, crossed through, bulleted, numbered, or linked with markdown.
Last updated
disabled
boolean
true disables input
false
onBlur
Callback void
Executes the provided function when the user removes focus from the input.
undefined
onChange
Callback WhisperHandlerWithParam<string>
Executes the provided function when the user alters the value of the input.
undefined
onFocus
Callback void
Executes the provided function when the user focuses into the input.
undefined
tooltip
string
Text that appears when hovering over the input.
null
validationError
string
When not undefined
, outlines the input in red and renders the provided text in red beneath the input.
null
value
string
The stating state value associated with the input.
''