Package dev.fritz2.components.textarea

Types

TextAreaComponent
Link copied to clipboard
js
open class TextAreaComponent(valueStore: Store<String>?) : Component<TextArea> , EventProperties<HTMLTextAreaElement> , ElementProperties<TextArea> , InputFormProperties, SeverityProperties, TooltipProperties
This class handles the configuration of a textarea element.