kvision / pl.treksoft.kvision.form.text / TextAreaInput / <init>

<init>

TextAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf())

Parameters

cols - number of columns

rows - number of rows

value - text input value

classes - a set of CSS class names

Constructor