Skip to main content

Input Number

Properties | Events | Methods

The Input Number control allows users to enter valid numeric values with optional limits and decimal precision.

Properties

Appearance

Width

'ctrlwidth' number Defines the width of the input text box.

Place holder

'placeholder' string Hint text displayed inside the input field when empty.

Label on Disable

'labelonvisiable' boolean Determines whether the label is shown when the control is disabled.

Custom

Decimals

'decimals' string Specifies the number of decimal places allowed for the numeric input.

Display Format

'disformat' string Defines the format in which data is displayed (e.g., currency, percentage).

Data

'sourcelink' string Specifies the source or URL from which data is fetched or linked.

Validate immediate

'validimmediate' boolean Triggers validation as soon as input changes.

Validation

'validation' string Validation rule or expression for the input.

Formula

'formula' string Enables a formula expression to dynamically compute the control’s value.

Min Value

'min' number Sets the minimum value that can be entered or selected in the control.

Max Value

'max' number Sets the maximum value that can be entered or selected in the control.

Others

Language

string Properties related to localization and language-specific display.

Help document

'helpdoc' string Link or reference to a help document.

Edit Mode Handler

'edtmdhandler' function Handles logic when the input enters edit mode.

Events

Applicable events are On change (Onchange) and On key Down (OnKeyDown)