TextInput

constructor(type: InputType = InputType.TEXT, value: String? = null, maxlength: Int? = null, className: String? = null, init: TextInput.() -> Unit? = null)

Parameters

type

text input type (default "text")

value

text input value

maxlength

maximum length of the text input

className

CSS class names

init

an initializer extension function