kvision / pl.treksoft.kvision.form.text / textAreaInput

textAreaInput

(js) fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String>? = null, className: String? = null, init: (TextAreaInput.() -> Unit)? = null): TextAreaInput

DSL builder extension function.

It takes the same parameters as the constructor of the built component.