When an existing field is edited, additional information appears on the screen.
Enables the user to enter specific textual input in the step.
<aside> 💡 For example: Enter machine name.
</aside>
# | Section | Description |
---|---|---|
1 | Name | (Mandatory) Enter the name of the field |
2 | Help Text | Additional orientation / supporting texts. |
The text appears below the input line of the field. | ||
3 | Placeholder | Text that will appear in the input field. Used for informative purposes, it is not a default value of the field. |
4 | Type | Enables to set input to numbers only or text. |
5 | Pattern | Set specific pattern for the input. |
For example: [A-Z] – defines an input character that can be only a letter.[1-9] – defines an input character that can be a number from 1 to 9[1-5] / [A-F] – limits character to specific values. [.] – any character.Use of characters without “[ ]” ensures that these specific characters must appear in the pattern. | ||
Pattern: SN-[.][1-9]-[A-Z][A-Z] | ||
OK Input: SN-z5-BB | ||
6 | Default value | Enables to set default value for the input. The data in this field overrides Placeholder field text. |
<aside> ⛔ Limitations – One row of input only.
</aside>