The Select component is a component for selecting a value from a value set.
Data that is given to the component, e.g. with the default\SetDataset action, is used to display the individual rows:
Each row in the record (dataset) becomes a row in the Select component. The first column in the record is always used as the value. The second column, if present, is used as a label. Each additional column is ignored by the component.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
INPUT |
Label |
Displays the visible designation of the component. |
|
INPUT |
Options |
You can use this property to pass data to the component using an action. If you do not use an action, you must specify an event to pass on data. |