Input Text
Properties | Events | Methods
It specifies an input field where the user can enter data.

Properties
1. Appearance
Width
Defines the width of the input text box.
Text Alignment
Specifies text alignment inside the input (e.g., left, right).
Placeholder
Enables a default text to be displayed in the textbox.
Multiline
Allows input of multiple lines of text.
Auto Resizing
Automatically adjusts the height of the input field based on its content.
No of Lines
Defines the number of visible lines for multiline input.
Label on Disable
Label text to display when the input is disabled.
2. Custom
is Masked?
Masks input characters (e.g., for passwords).
Allow Special Character
Permits special characters in the input field.
Allow Special Input
Accepts special input formats or characters.
Special Inputs
To set special inputs like standard, Language, Icon, Color, Workflow, Recurrence.
| Feature | Description | Example |
|---|---|---|
| Standard | Common input types | Text box |
| Language | Supports multiple languages and local formats | Translated labels |
| Icon | Small visuals that give context or action hints in inputs | date picker |
| Color | Color picker will be visible where color selection is possible | Red for error |
| Workflow | Inputs that change based on selections or user roles | Show extra field when "Other" is selected |
| Recurrence | Inputs that change based on certain pattern or schedule | Reminder messages on a schesule base |
Allow HTML Inputs
Allows HTML tags to be entered in the input.
Text Transform
Allows to select the upper case and lower case characters .
Sub Text
Allows some text to be displayed as sub text which will be displayed below the control
3. Data
Validate immediate
Triggers validation as soon as input changes.
Validation
Validation rule or expression for the input.
Formula
Expression used to calculate the input value.
Max Length
The maximum number of characters allowed in the input.
3. Others
Language
Properties related to localization and language-specific display.
Show In Popup
It allows a screen, form, or section to open in a small popup window on top of the current page.
Events
Applicable events are On change (Onchange) On key Down (OnKeyDown) and On After Data Import (OnAfterDataImport)
Methods
No specific methods for Input Text.
