Numeric

Use numeric input fields within the Custom UI widget

Input combo type number

Displays a standard input field that accepts only numbers. The decimal mark is a dot (.).

Usage example

Properties

These properties are shared by input combo type number and input combo type number.buttons:

  • id: Unique identifier for accessing this field's data

  • label: Header text

  • description: Short descriptive text

  • placeholder: Placeholder value

  • shape: Used to align the label and the input field. Allowed values:

    • compactVertical

    • wideVertical

    • wideHorizontal

  • min: Minimum number accepted

  • max: Maximum number accepted

  • step: Step when increasing or decreasing the number using the buttons.

  • value: Sets a default value. Although this is a number field, the property value must be set as a string (value="48")

Last updated

Was this helpful?