kvision / pl.treksoft.kvision.form.text / TextInput / textInput

textInput

fun Container.textInput(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput

DSL builder extension function.

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