Many data models require storing multiple categorical values for a single attribute. A common example is selecting several applicable categories, tags, or characteristics for a feature.
In the form configuration of ArcGIS Online and the ArcGIS Maps SDK for JavaScript Editor, combobox fields currently support only single-value selection.
However, there are common workflows where users need to select multiple predefined values from the same domain.
Combobox fields allow selecting only one value from a coded value domain.
To represent multiple values, users currently must:
These approaches have several drawbacks:
Add native support for multi-select combobox fields in ArcGIS forms.
Possible configuration example:
fieldName: hazard_types
inputType: combobox
multiple: true
delimiter: ";"Behavior:
Example stored value:
holes;cracks;graffitiYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.