Number picker element

This element is a customizable number input element.

See examples

Properties

  • ID
    Element identifier.
  • Field type
    Specifies 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
  • Label
    Element label, located above the element.
    If Label is longer than the default element width can accomodate, the element width increases accordingly. (see examples)
  • Width

  • Minimum
    The minimum value for the field.
    The minimum possible value is -Infinity.
  • Maximum
    The maximum value for the field.
    The maximum possible value is Infinity.
  • Increment
    The value by which the counter increases and decreases.
    This can be set to a decimal value.
  • Number prefix (see examples)
    A string added to the beginning of the numeric value.
  • Number suffix (see examples)
    A string is added to the end of the numeric value.
  • Integer only
    Toggle on for the input to only allow integers.

Examples

Width examples

../../../../../../_images/ss-element-numpick.png

Prefix and suffix examples

../../../../../../_images/ss-element-numpick-suffix.png

Label examples

../../../../../../_images/ss-element-numpick-labels.png