Package dev.fritz2.components.textarea

Types

Link copied to clipboard
open class TextAreaComponent(valueStore: Store<String>? = null) : Component<TextArea> , EventProperties<HTMLTextAreaElement> , ElementProperties<TextArea> , InputFormProperties, SeverityProperties, TooltipProperties

This class handles the configuration of a textarea element.