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
Defines the width of the input text box.
Place holder
Hint text displayed inside the input field when empty.
Label on Disable
Determines whether the label is shown when the control is disabled.
Custom
Decimals
Specifies the number of decimal places allowed for the numeric input.
Display Format
Defines the format in which data is displayed (e.g., currency, percentage).
Data
Source Link
Specifies the source or URL from which data is fetched or linked.
Validate immediate
Triggers validation as soon as input changes.
Validation
Validation rule or expression for the input.
Formula
Enables a formula expression to dynamically compute the control’s value.
Min Value
Sets the minimum value that can be entered or selected in the control.
Max Value
Sets the maximum value that can be entered or selected in the control.
Others
Language
Properties related to localization and language-specific display.
Help document
Link or reference to a help document.
Edit Mode Handler
Handles logic when the input enters edit mode.
Events
Applicable events are On change (Onchange) and On key Down (OnKeyDown)
