The Multi Select form field is an element that allows users to choose multiple options from a list of predefined choices. Each option consists of a label, which is displayed in the dropdown menu, and a corresponding value, which is stored upon selection.
app.options
key:
CHANGE
.enabled
property is used to control the availability of the option.Common Properties
Label
Helper
Error
Empty State
Active State
Filled State
Disabled State
Error State
Hover State (only for Web configuration)
application.incomeSources
application.incomeSources
is the key on which we added income sources selection. It is an array of strings with the source of enumeration.incomeSources
from the dropdownRequired income sources validation
Minimum income diversity validation
Maximum income sources validation
Primary income validation
Feature | Single Select | Multi Select |
---|---|---|
Selection | One option only | Multiple options |
Data Storage | Single value | Array of values |
Display | Selected value | Chips, comma-separated, or custom format |
Validation | Simple required validation | Min/max selections, required array validation |
Use Cases | Country selection, status selection | Skills, categories, tags, interests |
Clear Action | Clears single selection | Clears all selections |