An input field is a form element that enables users to input data with validations and can be hidden or disabled.
The Input Field offers the following configuration options:
The default value for the element can be configured here, this will autofill the input field when you will run the process.
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.
Check the following example:
There are multiple validators can be added to an input (more details here).
The input field’s behavior can be defined using JavaScript expressions for hiding or disabling the element. The following properties can be configured for expressions:
It’s important to make sure that disabled fields have the same expression configured under the path expressions → hide.
UI actions can be added to the Input Field to define its behavior and interactions.
CHANGE
For more details on how to configure a UI action, click here.
When setting the color, the entire icon is filled with that color, the SVG’s fill. Avoid changing colors for multicolor icons.
You have the option to enhance the Input element by incorporating two types of icons:
By utilizing these two types of icons, you can provide users with a more intuitive and visually appealing experience when interacting with the Input element.
You can customize the typography for the following properties:
For more details on how to upload and manage fonts, check the following section:
The Input Field can be styled using valid CSS properties (more details here).
An input field is a form element that enables users to input data with validations and can be hidden or disabled.
The Input Field offers the following configuration options:
The default value for the element can be configured here, this will autofill the input field when you will run the process.
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.
Check the following example:
There are multiple validators can be added to an input (more details here).
The input field’s behavior can be defined using JavaScript expressions for hiding or disabling the element. The following properties can be configured for expressions:
It’s important to make sure that disabled fields have the same expression configured under the path expressions → hide.
UI actions can be added to the Input Field to define its behavior and interactions.
CHANGE
For more details on how to configure a UI action, click here.
When setting the color, the entire icon is filled with that color, the SVG’s fill. Avoid changing colors for multicolor icons.
You have the option to enhance the Input element by incorporating two types of icons:
By utilizing these two types of icons, you can provide users with a more intuitive and visually appealing experience when interacting with the Input element.
You can customize the typography for the following properties:
For more details on how to upload and manage fonts, check the following section:
The Input Field can be styled using valid CSS properties (more details here).