kvision / pl.treksoft.kvision.onsenui.form / onsTextInput

onsTextInput

(js) fun Container.onsTextInput(type: TextInputType = TextInputType.TEXT, value: String? = null, placeholder: String? = null, floatLabel: Boolean? = null, inputId: String? = null, classes: Set<String>? = null, className: String? = null, init: (OnsTextInput.() -> Unit)? = null): OnsTextInput

DSL builder extension function.

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