SpinnerInput(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, classes: Set<String> = setOf())
min
- minimal value (default 0)
max
- maximal value (default 100)
decimals
- number of decimal digits (default 0)
buttonsType
- spinner buttons type
forceType
- spinner force rounding type
classes
- a set of CSS class names
Constructor