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

textInput

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

DSL builder extension function.

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