Process data key establishes the binding between the input element and process data, enabling its later use in decisions, business rules or integrations.
To add a computed value, you have to explicitly check “Computed value” option (represented by the f(x) icon), which will transform the desired field into a JavaScript editor.
Define the input field’s behavior using JavaScript expressions to control its visibility or disablement. Configure the following properties for expressions:
Hide condition: A JavaScript expression that hides the input field when it evaluates to the specified result.
Disabled condition: A JavaScript expression that disables the input field when it returns a truthy value.
In the example above, we used a rule to hide an input field if another one has a null value (it is not filled). The “Mortgage” input field, which remains hidden until users fill in the “Income” field.
There are instances where you may need to tailor settings configured in the Generic settings tab. This proves especially beneficial when you wish to adjust these settings to appear differently across various platforms such as Web, Android, or iOS.
Available override settings:
Properties:
Label: Override the input label.
Helper: Override helper text/info point.
Placeholder: Override the placeholder.
Prefix: Override the prefix.
Suffix: Override the suffix.
Expressions:
Hide: Override the hide expression.
Overrides can always be imported/pushed from one platform to another:
For more details on how to configure a UI action, click here.
Left Icon: You can include an icon on the left side of the Input element. This icon can serve as a visual cue or symbol associated with the input field’s purpose or content.
Icon Key: The key associated in the Media library, select the icon from the Media Library.
Left Icon: You can include an icon on the left side of the Input element. This icon can serve as a visual cue or symbol associated with the input field’s purpose or content.
Icon Key: The key associated in the Media library, select the icon from the Media Library.
Adjusting the size of components is crucial for a responsive design. Fit W (width) offers three options:
fill: Fills the available space.
fixed: Maintains a fixed width.
auto: Adjusts the width automatically based on content.
Left Icon: You can include an icon on the left side of the Input element. This icon can serve as a visual cue or symbol associated with the input field’s purpose or content.
Icon Key: The key associated in the Media library, select the icon from the Media Library.
Left Icon: You can include an icon on the left side of the Input element. This icon can serve as a visual cue or symbol associated with the input field’s purpose or content.
Theme overrides refer to the ability to modify or customize the appearance and behavior of UI components by overriding default theme settings. This can be applied at various levels, such as specific elements or entire sections, and can be platform-specific (Web, iOS, Android).
Style options:
Common Properties
Border radius [TEXT]
Border width [TEXT]
Text style [FONT]
Label
Default state
Text color [COLOR]
Disabled state
Text color [COLOR]
Text style [FONT]
Helper
Text color [COLOR]
Text style [FONT]
Helper Tooltip
Text style [FONT]
Text color [COLOR]
Background color [COLOR]
Icon Color [COLOR]
Error
Text color [COLOR]
Text style [FONT]
Empty State
Border color [COLOR]
Background color [COLOR]
Text color [COLOR]
Right icon color [COLOR]
Left icon color [COLOR]
Prefix/Suffix color [COLOR]
Placeholder color [COLOR]
Active State
Border color [COLOR]
Background color [COLOR]
Text color [COLOR]
Right icon color [COLOR]
Left icon color [COLOR]
Prefix/Suffix color [COLOR]
Placeholder color [COLOR]
Filled State
Border color [COLOR]
Background color [COLOR]
Text color [COLOR]
Right icon color [COLOR]
Left icon color [COLOR]
Prefix/Suffix color [COLOR]
Placeholder color [COLOR]
Disabled State
Border color [COLOR]
Background color [COLOR]
Text color [COLOR]
Right icon color [COLOR]
Left icon color [COLOR]
Prefix/Suffix color [COLOR]
Placeholder color [COLOR]
Error State
Border color [COLOR]
Background color [COLOR]
Text color [COLOR]
Right icon color [COLOR]
Left icon color [COLOR]
Prefix/Suffix color [COLOR]
Placeholder color [COLOR]
Hover State (only for Web configuration)
Border color [COLOR]
Background color [COLOR]
Text color [COLOR]
Right icon color [COLOR]
Left icon color [COLOR]
Prefix/Suffix color [COLOR]
Placeholder color [COLOR]
You can import or push the overrides from one platform to another without having to configure them multiple times.
Assistant
Responses are generated using AI and may contain mistakes.