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

<init>

TextInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf())

Parameters

type - text input type (default "text")

value - text input value

classes - a set of CSS class names

Constructor