Number Input
Note: please remember that web and mobile app widgets are set up separately in the Web Dashboard and Mobile App Dashboard sections correspondingly. They can still use the same datastreams to access the same data (Map widget is an exception – a different codebase is used for Map on mobile and web).


Title - This is the label shown at the top of the widget. The default is the name assigned to the datastream.
HANDLE STEP - defines the minimum increment/decrement of the values as the user clicks the -/+ buttons. The step value is a whole integer when the datastream data type is integer, and a decimal value when the datastream data type is double.
Loop Values - when disabled will cause the number displayed/generated by the control to stop increment / decrement of the values at the datastream min value and max value. When enabled, incrementing past the max value will continue (loop) starting at the min value, and similarly decrementing past the min value will continue (loop) beginning at the datastream max value.
Last modified 10mo ago