Package-level declarations
Text input components, with password, text area, rich text area and typeahead support.
Types
Link copied to clipboard
open class RichTextInput(value: String? = null, allowFileUploads: Boolean = false, className: String? = null, init: RichTextInput.() -> Unit? = null) : AbstractTextInput
Basic rich text component.
Functions
Link copied to clipboard
fun Container.richTextInput(value: String? = null, allowFileUploads: Boolean = false, className: String? = null, init: RichTextInput.() -> Unit? = null): RichTextInput
DSL builder extension function.