kvision / pl.treksoft.kvision.onsenui.form / onsNumberInput

onsNumberInput

(js) fun Container.onsNumberInput(value: Number? = null, min: Number? = null, max: Number? = null, step: Number = DEFAULT_STEP, placeholder: String? = null, floatLabel: Boolean? = null, inputId: String? = null, classes: Set<String>? = null, className: String? = null, init: (OnsNumberInput.() -> Unit)? = null): OnsNumberInput

DSL builder extension function.

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