<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Add support for multiple value selection in combobox fields in forms in ArcGIS Online Ideas</title>
    <link>https://community.esri.com/t5/arcgis-online-ideas/add-support-for-multiple-value-selection-in/idi-p/1688630</link>
    <description>&lt;P&gt;Many data models require storing &lt;STRONG&gt;multiple categorical values&lt;/STRONG&gt; for a single attribute. A common example is selecting several applicable categories, tags, or characteristics for a feature.&lt;/P&gt;&lt;P&gt;In the form configuration of &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ArcGIS Online&lt;/SPAN&gt;&lt;/SPAN&gt; and the &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ArcGIS Maps SDK for JavaScript&lt;/SPAN&gt;&lt;/SPAN&gt; Editor, combobox fields currently support &lt;STRONG&gt;only single-value selection&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;However, there are common workflows where users need to select &lt;STRONG&gt;multiple predefined values from the same domain&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;Current behavior&lt;/H3&gt;&lt;P&gt;Combobox fields allow selecting only one value from a coded value domain.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2026-03-05_11h30_31.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149369i4E91CDD0240ED246/image-size/small?v=v2&amp;amp;px=200" role="button" title="2026-03-05_11h30_31.png" alt="2026-03-05_11h30_31.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To represent multiple values, users currently must:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create multiple boolean fields&lt;/LI&gt;&lt;LI&gt;create related tables&lt;/LI&gt;&lt;LI&gt;or manually concatenate values in a text field&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These approaches have several drawbacks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;more complex data models&lt;/LI&gt;&lt;LI&gt;reduced usability for editors&lt;/LI&gt;&lt;LI&gt;increased risk of inconsistent values&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Proposed enhancement&lt;/H3&gt;&lt;P&gt;Add native support for &lt;STRONG&gt;multi-select combobox fields&lt;/STRONG&gt; in ArcGIS forms.&lt;/P&gt;&lt;P&gt;Possible configuration example:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fieldName: hazard_types
inputType: combobox
multiple: true
delimiter: ";"&lt;/LI-CODE&gt;&lt;P&gt;Behavior:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Users can select &lt;STRONG&gt;multiple values&lt;/STRONG&gt; from the coded value domain.&lt;/LI&gt;&lt;LI&gt;Selected values are &lt;STRONG&gt;stored in a single string field&lt;/STRONG&gt;, concatenated with a configurable delimiter.&lt;/LI&gt;&lt;LI&gt;Existing single-select combobox behavior remains unchanged.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example stored value:&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;holes;cracks;graffiti&lt;/LI-CODE&gt;&lt;H3&gt;Benefits&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Supports common tagging and classification workflows&lt;/LI&gt;&lt;LI&gt;Simplifies data models by avoiding additional fields or related tables&lt;/LI&gt;&lt;LI&gt;Improves editing usability in web and mobile apps&lt;/LI&gt;&lt;LI&gt;Provides a consistent solution across ArcGIS editing environments&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 05 Mar 2026 10:52:04 GMT</pubDate>
    <dc:creator>Yannick-Atos</dc:creator>
    <dc:date>2026-03-05T10:52:04Z</dc:date>
    <item>
      <title>Add support for multiple value selection in combobox fields in forms</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-support-for-multiple-value-selection-in/idi-p/1688630</link>
      <description>&lt;P&gt;Many data models require storing &lt;STRONG&gt;multiple categorical values&lt;/STRONG&gt; for a single attribute. A common example is selecting several applicable categories, tags, or characteristics for a feature.&lt;/P&gt;&lt;P&gt;In the form configuration of &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ArcGIS Online&lt;/SPAN&gt;&lt;/SPAN&gt; and the &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ArcGIS Maps SDK for JavaScript&lt;/SPAN&gt;&lt;/SPAN&gt; Editor, combobox fields currently support &lt;STRONG&gt;only single-value selection&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;However, there are common workflows where users need to select &lt;STRONG&gt;multiple predefined values from the same domain&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;Current behavior&lt;/H3&gt;&lt;P&gt;Combobox fields allow selecting only one value from a coded value domain.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2026-03-05_11h30_31.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149369i4E91CDD0240ED246/image-size/small?v=v2&amp;amp;px=200" role="button" title="2026-03-05_11h30_31.png" alt="2026-03-05_11h30_31.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To represent multiple values, users currently must:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create multiple boolean fields&lt;/LI&gt;&lt;LI&gt;create related tables&lt;/LI&gt;&lt;LI&gt;or manually concatenate values in a text field&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These approaches have several drawbacks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;more complex data models&lt;/LI&gt;&lt;LI&gt;reduced usability for editors&lt;/LI&gt;&lt;LI&gt;increased risk of inconsistent values&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Proposed enhancement&lt;/H3&gt;&lt;P&gt;Add native support for &lt;STRONG&gt;multi-select combobox fields&lt;/STRONG&gt; in ArcGIS forms.&lt;/P&gt;&lt;P&gt;Possible configuration example:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fieldName: hazard_types
inputType: combobox
multiple: true
delimiter: ";"&lt;/LI-CODE&gt;&lt;P&gt;Behavior:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Users can select &lt;STRONG&gt;multiple values&lt;/STRONG&gt; from the coded value domain.&lt;/LI&gt;&lt;LI&gt;Selected values are &lt;STRONG&gt;stored in a single string field&lt;/STRONG&gt;, concatenated with a configurable delimiter.&lt;/LI&gt;&lt;LI&gt;Existing single-select combobox behavior remains unchanged.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example stored value:&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;holes;cracks;graffiti&lt;/LI-CODE&gt;&lt;H3&gt;Benefits&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Supports common tagging and classification workflows&lt;/LI&gt;&lt;LI&gt;Simplifies data models by avoiding additional fields or related tables&lt;/LI&gt;&lt;LI&gt;Improves editing usability in web and mobile apps&lt;/LI&gt;&lt;LI&gt;Provides a consistent solution across ArcGIS editing environments&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 05 Mar 2026 10:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-support-for-multiple-value-selection-in/idi-p/1688630</guid>
      <dc:creator>Yannick-Atos</dc:creator>
      <dc:date>2026-03-05T10:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add support for multiple value selection in combobox fields in forms</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-support-for-multiple-value-selection-in/idc-p/1688729#M13821</link>
      <description>&lt;P&gt;Thanks for sharing your idea and context.&amp;nbsp;&lt;SPAN&gt;You can expect to see this enhancement in a future update- its&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;on our roadmap, and we’re working through the design and implementation details.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 23:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-support-for-multiple-value-selection-in/idc-p/1688729#M13821</guid>
      <dc:creator>EmilyGeo</dc:creator>
      <dc:date>2026-04-06T23:36:47Z</dc:date>
    </item>
  </channel>
</rss>

