ludo.form.Spinner

ludo.form.


new ludo.form.Spinner(config)

Special form component used for Numbers. It will display control buttons
to the right of the input fields and you will be able to increment and decrement by
using the mouse wheel or by "nudging" the label.

Parameters:
Name Type Description
config object
Properties
Name Type Description
minValue number

min value, default 0

maxValue number

max value, default 100

increment number

amount of increment by click on arrow buttons or by rolling mouse wheel

decimals number

Number of decimals

Source: