TextAreaInput

constructor(cols: Int? = null, rows: Int? = null, value: String? = null, className: String? = null, init: TextAreaInput.() -> Unit? = null)

Parameters

cols

number of columns

rows

number of rows

value

text input value

className

CSS class names

init

an initializer extension function