Skip to main content

Numeric

The Numeric Control is a versatile tool used to gather numeric data or perform calculations based on user inputs. It can handle various numeric formats, such as whole numbers and decimals, making it suitable for a wide range of applications.

Numeric Control
Numeric Control

Content

Numeric Control

Add-ons

Add-onDescription
TooltipProvides helpful hints or extra information on hover.
DescriptionAdds descriptive text beneath options or sections.
LabelDisplays labels for specific options or sections. Configurable with size, weight, and color.

Along with Rounding Options (Floor/Round/Ceiling) and Decimal Separator, the numeric control has the option to Show Pad Decimal to include trailing zeros.

Interaction

Numeric Control

Events

TriggerDescription
value_changeTriggers when you change the value in the Numeric control. Initiates subsequent actions with the same flow as used for action buttons, list controls, etc.
focus_outTriggers when focus moves to another control, initiating the action flow.
enter_pressTriggers when the Enter key is pressed after inputting data in the Numeric control.

Appearance

  • Visibility: Toggles the visibility of the control at runtime.
  • Show clear: Adds a clear (✕) icon inside the input field to allow users to clear the value.
  • Alignment: Specifies the position of the value in the control.
  • Border: Choose the color of the Container box. You can use a custom hex code or select one from the available themes in the builder.

Advanced

  • External CSS: Add custom styles to the control.
  • Trigger Dependents: Automatically invoke linked controls or workflows.
  • Caching: Enable caching to store frequently used inputs.

Control Output

The outputs from the Numeric control, represented by the placeholder {{numeric}}, can be referenced in other controls, data queries, or JavaScript functions using the control's unique name.

OutputDescription
numericRepresents the numeric value available in the Numeric control.