kvision / pl.treksoft.kvision.onsenui.form / onsText

onsText

(js) fun Container.onsText(type: TextInputType = TextInputType.TEXT, value: String? = null, placeholder: String? = null, floatLabel: Boolean? = null, name: String? = null, label: String? = null, rich: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (OnsText.() -> Unit)? = null): OnsText

DSL builder extension function.

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