...
A Multi-Picklist is a UI element that allows users to select multiple values from a predefined list of options. Unlike a standard picklist, which only lets users choose one option, a Multi-Picklist enables multiple selections, providing greater flexibility for data entry.
Attributes of of
...
Multipicklist field
Basic:
...
Attribute Name | Description | ||
---|---|---|---|
Label | A Label is the name shown to users and can come from various sources.
| ||
Place holder | This is a hint or example text displayed in an input field before the user enters their own data. | ||
Field Type | Here you can choose different field types.
| ||
Layout | Field Layout allows you to arrange fields on the form. | ||
Hide Space Checkbox | After marking this checkbox as true, it will crop the extra corners of the fields. | ||
Overflow Menu Disabled | |||
Hide Pills | If the 'Hide Pile' checkbox is marked as true, the value selected or added in the field will be saved but will be hidden immediately after selection. |
...
Icon Events | Description |
---|---|
onload | This event action is triggered when the Field component is loaded. |
change | This event action is triggered when the field is changed.. |
blur | This event action is triggered when the field is unfocused. |
Below here is the onload event workflow action.
...