HexagonJS
Number Picker Changelog
1.8.0
hx.NumberPickerextendsEventEmitter
Bugfix
#328
Fixed an issue where the value would not adhere to the min/max when changing via the input
Updated
#159
Disable the increment/decrement buttons when the value is at min/max
1.6.0
hx.NumberPickeroptionsObject
options
incrementOnHoldBoolean
Added
#177
Added the ability to press and hold to increment number pickers
hx.NumberPickeroptionsObject
options
incrementDelayNumber
Added
#177
Added the ability to press and hold to increment number pickers
1.3.0
Bugfix
#182
Update to only emit events when the value has actually changed
1.0.0
hx.numberPickerSelection
Added
Fluid api version of NumberPicker
0.15.2
hx.NumberPickeroptionsObject
options
disabledBoolean
Added
Added the ability to disable a number picker in the options
hx.NumberPicker
disabledNumberPicker
Added
Added the ability to disable/enable a number picker
hx.NumberPicker
disabledBoolean
Added
Added the ability to get the disabled state of a number picker
0.14.0
hx.NumberPicker
Removed
Use hx.NumberPicker(selector, options) instead.
hx.NumberPicker
setMin
Removed
Use min(value) instead.
hx.NumberPicker
setMax
Removed
Use max(value) instead.
0.13.0
hx.NumberPicker
Deprecated
Use hx.NumberPicker(selector, options) instead.
hx.NumberPicker
setMin
Deprecated
Use min(value) instead.
hx.NumberPicker
setMax
Deprecated
Use max(value) instead.
hx.NumberPicker
Added
hx.NumberPicker
minNumberPicker
Added
Sets the minimum value the number picker can have
hx.NumberPicker
maxNumberPicker
Added
Sets the maximum value the number picker can have
hx.NumberPicker
Added
Gets the minimum value the number picker can have
hx.NumberPicker
Added
Gets the maximum value the number picker can have
0.12.0
hx.NumberPicker
getValueNumber
Removed
hx.NumberPicker
setValue
Removed
0.11.0
hx.NumberPicker
getValueNumber
Deprecated
Use value() instead.
hx.NumberPicker
setValue
Deprecated
Use value(value, screenValue) instead.
hx.NumberPicker
valueNumberPicker
Added
Sets the current value of the number picker
hx.NumberPicker
valueNumber
Added
Gets the current value of the number picker
0.10.0
hx.NumberPicker
setMin
Added
Sets the minimum value the number picker can have
hx.NumberPicker
setMax
Added
Sets the maximum value the number picker can have