This will create number only input field with increase/decrease buttons.
Object defining html attributes for controls root element.
Callback that will be called when value changed.
If set to true all trailing zeroes after decimal separator are trimmed. (default: true)
Callback that will be called when control is clicked.
Object defining css styles for controls root element.
If true control will be enabled if false control will be disabled (inactive).
Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.
If true this control definition will be ignored and control will not be initiated.
Callback that will be called when control is initialised.
Maximum allowed value. (default: 9999)
Minimum allowed value. (default: 1)
If true control width will ajust to parent width else will be fixed width. (default: false)
Number of digits after decimal dot. (default: 0)
If true then when value is at max and increase button is pressed value will change to min instead of stopping. (default: false)
Value by what controls value will change when increase/decrease buttons are pressed. (default: 1)
Style class to add on root element of the control.
Units name to be rendered on the right of the field (ex. 'px' for pixels).
Initial control value.
Set initial visibility of control. (default: true)
This will create number only input field with increase/decrease buttons.