Text Area Component
open class TextAreaComponent(valueStore: Store<String>?) : Component<Unit> , EventProperties<HTMLTextAreaElement> , ElementProperties<TextArea> , InputFormProperties, SeverityProperties
Content copied to clipboard
This class handles the configuration of an textarea element
The TextArea can be configured for the following aspects:
the size of the element
the direction of resizing
some predefined styles
a default value
the base options of the HTML input element can be set. Attributes
For a detailed explanation and examples of usage have a look at the textArea function !
Constructors
TextAreaComponent
Link copied to clipboard
Types
Functions
severity
Link copied to clipboard
open override fun severity(value: SeverityProperties.SeverityContext.() -> Severity)
Content copied to clipboard
severityClassOf
Link copied to clipboard
open override fun severityClassOf(severityStyle: SeverityStyles): Flow<StyleClass>
Content copied to clipboard
Properties
disabled
Link copied to clipboard
element
Link copied to clipboard
events
Link copied to clipboard
open override val events: ComponentProperty<EventContext<HTMLTextAreaElement>.() -> Unit>
Content copied to clipboard
placeholder
Link copied to clipboard
readonly
Link copied to clipboard
resizeBehavior
Link copied to clipboard
val resizeBehavior: ComponentProperty<TextAreaResize.() -> Style<BasicParams>>
Content copied to clipboard
severity
Link copied to clipboard
size
Link copied to clipboard
value
Link copied to clipboard
variant
Link copied to clipboard
val variant: ComponentProperty<TextAreaVariants.() -> Style<BasicParams>>
Content copied to clipboard