Number picker element
This element is a customizable number input element.
Properties
IDElement identifier. Field typeSpecifies what kind of data this element represents.Note
This property is only available in the CyberApp enablement form and the Customer enablement form.
Connection settings indicates that this information will be sent to the ISV servers but does not need to uniquely identify a user and is not sensitive information that must be stored and sent in a special way. Additional settings LabelElement label, as it appears on the UI.Width
FullUses 100% of the available width. FitAdjusts the width according to the content. MinimumThe minimum value for the field.Note
The minimum possible value is
-Infinity
. MaximumThe maximum value for the field.Note
The maximum possible value is
Infinity
. IncrementThe incremental value by which the counter increases or decreases. Number prefixThis string is added to the beginning of the numeric value. Number suffixThis string is added to the end of the numeric value. Integer onlyToggle on for the input to only allow integers.