<?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>topic Re: Oddity with Jimu Select and React in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1245108#M1195</link>
    <description>&lt;P&gt;If I remember correctly, we couldn't find anything ultimately reworked the UI for this section. An Esri employee replied on the sister thread to this one (&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/progromatically-populating-select-options/m-p/1104940" target="_self"&gt;link&lt;/A&gt;) after the decision had already been made. They may be able to assist.&lt;BR /&gt;It's been almost a year and a half since I've posted. I would hope someone found a solution or the underlying issue was addressed. I do more backend work now, so I don't have to deal with importing UI components as much.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2023 20:54:39 GMT</pubDate>
    <dc:creator>CourtneyMenikheim</dc:creator>
    <dc:date>2023-01-03T20:54:39Z</dc:date>
    <item>
      <title>Oddity with Jimu Select and React</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1104941#M1043</link>
      <description>&lt;P data-unlink="true"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;(cross posting from the Experience Builder community, in case another dev might have some ideas)&lt;BR /&gt;&lt;BR /&gt;We are writing an application in Experience Builder and trying to use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/experience-builder/storybook/?path=/docs/components-jimu-ui-index-select--placeholder" target="_self"&gt;select component&lt;/A&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to allow the user to determine which county they are looking at. The list of eligible counties is returned from a service query. The code in question is below:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let countySelectOptions = [];
      results.features.forEach(feature =&amp;gt; {
        countySelectOptions.push({
          label: feature.attributes.Cty,
          value: feature.attributes.Cty
        });
      });

      let countySelect = &amp;lt;Select
        id="countyInput"
        className="querySearchInput"
        placeholder="Please select county to search"
      &amp;gt;
        {countySelectOptions.map((countySelectOption) =&amp;gt; { return &amp;lt;Option value={countySelectOption.value}&amp;gt;{countySelectOption.label}&amp;lt;/Option&amp;gt; })}
      &amp;lt;/Select&amp;gt;;

      ReactDOM.render(countySelect, this.countySelectPlaceholder);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; This works for HTML &amp;lt;select&amp;gt; and &amp;lt;option&amp;gt; tags, but breaks when using the Jimu-ui Select and Option. We'd like to go with the jimu-ui components, since they look a bit more polished and are consistent with our app overall.&lt;BR /&gt;&lt;BR /&gt;Any advice?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 19:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1104941#M1043</guid>
      <dc:creator>CourtneyMenikheim</dc:creator>
      <dc:date>2021-10-05T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oddity with Jimu Select and React</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1245097#M1194</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/233773"&gt;@CourtneyMenikheim&lt;/a&gt;&amp;nbsp;were you ever able to solve this issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 20:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1245097#M1194</guid>
      <dc:creator>MarkEastwood</dc:creator>
      <dc:date>2023-01-03T20:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oddity with Jimu Select and React</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1245108#M1195</link>
      <description>&lt;P&gt;If I remember correctly, we couldn't find anything ultimately reworked the UI for this section. An Esri employee replied on the sister thread to this one (&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/progromatically-populating-select-options/m-p/1104940" target="_self"&gt;link&lt;/A&gt;) after the decision had already been made. They may be able to assist.&lt;BR /&gt;It's been almost a year and a half since I've posted. I would hope someone found a solution or the underlying issue was addressed. I do more backend work now, so I don't have to deal with importing UI components as much.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 20:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oddity-with-jimu-select-and-react/m-p/1245108#M1195</guid>
      <dc:creator>CourtneyMenikheim</dc:creator>
      <dc:date>2023-01-03T20:54:39Z</dc:date>
    </item>
  </channel>
</rss>

