The Input component is a component for entering simple unformatted data.
Note: If you use the component in a flow, the value of the component is set to the value of a workflow variable with the same name when the view is loaded.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
INPUT |
Max Length |
Specifies the maximum length for the value of the component. |
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Label |
Specifies the name of the component. |
|
INPUT |
Placeholder |
Is a placeholder in the input field. |
|
SELECT |
Input Type |
Specifies the type of input field:
|
|
INPUT |
Prepend |
Specifies the value that precedes the input field on the left. |
|
INPUT |
Append |
Specifies the value that is inserted to the right after the input field. |