Text#
The Text element allows input of all kind of text.
Settings:
- Required: If checked the User cannot complete the UI without typing at least one character in the input
- Disabled: If checked the User cannot update the input and the value should be set from the Flow
- Long text: If checked the input becomes multi-line instead on one line
- Show label: If checked the element label will not be shown above the input but only as placeholder
Conditions: There are 4 types of conditions - Contains, Does not contain, Is empty, Is not empty. Conditions of type Contains and Does not contain are case-insensitive e.g. Contains "Problem" is treated the same as Contains "PrOBLeM"
See UI Designer