spinnerInput

fun <Error class: unknown class>.spinnerInput(value: Number? = null, min: Number? = null, max: Number? = null, step: Number = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, buttonStyle: <Error class: unknown class>? = null, decimalSeparator: String? = I18n.detectDecimalSeparator(), className: String? = null, init: SpinnerInput.() -> Unit? = null): SpinnerInput

Deprecated

Use SimpleSpinnerInput instead. The library that this component is based on is no longer maintained and this module will be removed in KVision 6.

DSL builder extension function.

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