<?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: Select Dropdown in Layer List Item Panel not working inside group layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391671#M83868</link>
    <description>&lt;P&gt;I've run into some other issues too, especially with elements with jQuery interaction - events are not working as expected any longer.&amp;nbsp; I've noticed in the DOM that 4.29 creates a new encapsulating element of class "&lt;SPAN&gt;interaction-container" - what exactly does this container do?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 06:28:02 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2024-03-06T06:28:02Z</dc:date>
    <item>
      <title>Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389382#M83811</link>
      <description>&lt;P&gt;With the 4.29 release of the API, the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html" target="_blank" rel="noopener"&gt;LayerList widget&lt;/A&gt; has also been modified.&amp;nbsp; I have a Layer List widget with group layers, where individual layers are added to different group layers.&amp;nbsp; Custom content is then created for each layer (not group layer) when it is added (listItemCreatedFunction) and the content is added to the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItemPanel.html" target="_blank" rel="noopener"&gt;Layer List Item Panel&lt;/A&gt;, where some layer settings and functions can be performed.&amp;nbsp; A "calcite-select" element is also added to the list item panel, which worked fine in 4.28, but it would not open and show the list options in 4.29.&amp;nbsp; This only happens for layers inside the group layer of the Layer List widget.&amp;nbsp; If I drag that layer to outside of the group layer and it becomes part of the main layer list, the select dropdown works.&lt;/P&gt;&lt;P&gt;My workaround option, which I actually prefer now, is to set the layer list item's "flowEnabled" property to "true", which then opens the layer list item panel inside a "calcite-flow" item inside of the layer list widget.&amp;nbsp; Is there some other setting I can look at to enable the select dropdown to work for the layer inside of the group layer?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389382#M83811</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-01T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389494#M83816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/105462"&gt;@FC_Basson&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for posting.&amp;nbsp; We did significantly change the LayerList widget in this release.&amp;nbsp; I'm glad you found the flow property useful.&amp;nbsp; I'm having a little difficulty reproducing the behavior you are seeing with the calcite select.&amp;nbsp; I was able to successfully add a calcite select component in this codepen&amp;nbsp;&lt;A href="https://codepen.io/sagewall/pen/BaEyBYr" target="_blank"&gt;https://codepen.io/sagewall/pen/BaEyBYr&lt;/A&gt;&amp;nbsp;.&amp;nbsp; I'm wondering if it may have something to do with calcite versions.&amp;nbsp; Which version of Calcite Components are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 15:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389494#M83816</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-01T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389627#M83819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;.&amp;nbsp; I forgot to mention that I'm using CDS 2.5.1.&amp;nbsp; I tried changing versions, but it did not change the select behaviour.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your codepen is fairly accurate.&amp;nbsp; One, and probably the only, difference I can see, is that I added more than one component to the item panel, i.e. an array of div components containing different functionality, of which one div contains a select dropdown.&amp;nbsp; As I mentioned in my question, when I drag the layer list item outside of the group layer, the select suddenly works as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389627#M83819</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-01T19:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389771#M83821</link>
      <description>&lt;P&gt;That is really strange.&amp;nbsp; Could you possibly create and share a simplified repro sample? It would really help to debug.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 22:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1389771#M83821</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-01T22:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1390178#M83839</link>
      <description>&lt;P&gt;I did some more inspection and simplified my panel content to include only the select, similar to you codepen example (which I see you've updated to enable the layer drag), but still the issue persists.&amp;nbsp; &amp;nbsp;There is definitely some issue with the select click events.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Event Listeners for the select, with flowEnabled set to false, the "pointerdown" event is defined like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FC_Basson_0-1709536339733.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/96671i893451C4DBC2093B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FC_Basson_0-1709536339733.png" alt="FC_Basson_0-1709536339733.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is exactly the same for the select in your codepen.&amp;nbsp; However, when I remove the two "calcite-list" event listeners, the select starts to work.&amp;nbsp; When I set flowEnabled to true and the select works as expected, I don't see those two "calcite-list" events in the "pointerdown" listener.&lt;/P&gt;&lt;P&gt;I'll explore some more and see what I can come up with.&amp;nbsp; In the end, I'll be using the item panel with the flowEnabled option set to true, which will be the best workaround for this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 07:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1390178#M83839</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-04T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391671#M83868</link>
      <description>&lt;P&gt;I've run into some other issues too, especially with elements with jQuery interaction - events are not working as expected any longer.&amp;nbsp; I've noticed in the DOM that 4.29 creates a new encapsulating element of class "&lt;SPAN&gt;interaction-container" - what exactly does this container do?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 06:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391671#M83868</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-06T06:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391778#M83871</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/105462"&gt;@FC_Basson&lt;/a&gt;&amp;nbsp;if you are using jQuery or any DOM queries by selector's you'll likely run into issues because of the shadow DOM introduced with the calcite components refactor.&amp;nbsp; More info on shadow DOM can be found here:&amp;nbsp;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM" target="_blank"&gt;https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391778#M83871</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-06T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391791#M83873</link>
      <description>&lt;P&gt;This is a well written blog on the topic as well.&amp;nbsp;&lt;A href="https://robdodson.me/posts/dont-use-jquery-with-shadow-dom/" target="_blank" rel="noopener"&gt;https://robdodson.me/posts/dont-use-jquery-with-shadow-dom/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tl;dr:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;jQuery plugins don't work inside of Shadow DOM because typically they try to query for something starting at the document level and the shadow root blocks this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391791#M83873</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-06T13:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391793#M83874</link>
      <description>&lt;P&gt;Thanks, I was actually just reading that blog.&amp;nbsp; But still, with 4.28 all my jQuery was working fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391793#M83874</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-06T13:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391795#M83875</link>
      <description>&lt;P&gt;We did the refactor to calcite and introduced the shadow dom in 4.29&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1391795#M83875</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-06T13:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393428#M83924</link>
      <description>&lt;P&gt;I got the same problem. Simply trying to show the legend with the "legend" keyword in the panel no longer works.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Code I use to create the panel item:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;item.panel = new LayerListItemPanel({
    content: "legend",
    className: "esri-icon-legend",
    title: "Show legend",
    flowEnabled: true,
    visible: true
});&lt;/LI-CODE&gt;&lt;P&gt;The result is that no legend is showing and the action icon also doesn't show properly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nicolas__0-1709932776636.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97470iA3818B5073FF52E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nicolas__0-1709932776636.png" alt="Nicolas__0-1709932776636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calcite setup in my index.html:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;script src="https://js.arcgis.com/calcite-components/2.6.0/calcite.esm.js" type="module"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;link rel="stylesheet" href="https://js.arcgis.com/calcite-components/2.6.0/calcite.css" /&amp;gt;
&amp;lt;link rel="stylesheet" href="https://js.arcgis.com/4.29/esri/themes/light/main.css" /&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 21:20:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393428#M83924</guid>
      <dc:creator>Nicolas_</dc:creator>
      <dc:date>2024-03-08T21:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393957#M83929</link>
      <description>&lt;P&gt;After removing all jQuery from my code, I am still experiencing the same issue with JS API 4.29 and CDS 2.6.0.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 07:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393957#M83929</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-11T07:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393985#M83931</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/575668"&gt;@Nicolas_&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It looks like there may be a typo in your code.&amp;nbsp; There is no LayerListItemPanel class in the SDK.&amp;nbsp; The &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItemPanel.html" target="_self"&gt;ListItemPanel&lt;/A&gt; class is a little strange as it's not intended to be constructed.&amp;nbsp; The legend should work if you just pass in an object as shown in this sample.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-legend/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-legend/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 10:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393985#M83931</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-11T10:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393986#M83932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/105462"&gt;@FC_Basson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you still using DOM queries by chance, just without jQuery?&amp;nbsp; Any DOM queries, especially if they begin at the document level, will likely fail.&amp;nbsp; It's really hard to debug without a repro case, I'm unable to replicate the bug.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 10:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1393986#M83932</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-11T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1394010#M83933</link>
      <description>&lt;P&gt;I use plenty of DOM queries, of which many start at document level and they all work.&amp;nbsp; When I isolate the "&lt;SPAN&gt;listItemCreatedFunction" code, the select works.&amp;nbsp; Unfortunately I can't share the larger code base.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 10:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1394010#M83933</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-11T10:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1394034#M83934</link>
      <description>&lt;P&gt;That did work. Typescript is complaining about something, but I can add "//@ts-ignore" before the panel declaration to make it work.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 12:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1394034#M83934</guid>
      <dc:creator>Nicolas_</dc:creator>
      <dc:date>2024-03-11T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1394132#M83941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the piece of code that breaks the select:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if (item.layer.type == "group") {
  item.sortable = false;
}&lt;/LI-CODE&gt;&lt;P&gt;This check is done directly after the item is received from the create event.&amp;nbsp; I don't want the group layers to be sortable, but the child layers can be sorted, hence the "false" setting of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#sortable" target="_blank" rel="noopener"&gt;"sortable" property&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 15:20:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1394132#M83941</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-11T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1395744#M84004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an update to your codepen with the code that breaks the select (see line 51).&lt;BR /&gt;&lt;A href="https://codepen.io/fcbasson/pen/jORMyVy" target="_self"&gt;https://codepen.io/fcbasson/pen/jORMyVy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want the group layers to not be sortable/draggable, but the sublayers can be sorted and dragged.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 10:37:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1395744#M84004</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2024-03-14T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1395920#M84009</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/105462"&gt;@FC_Basson&lt;/a&gt;&amp;nbsp;, I see the issue now.&amp;nbsp; I can create an issue and get this fixed.&amp;nbsp; If you want to follow the progress you could submit a bug thru technical support and they can keep you updated on the progress, but I'll try and keep this community post updated as well when we get it fixed and built on the `next` branch for public testing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 15:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1395920#M84009</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-14T15:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select Dropdown in Layer List Item Panel not working inside group layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1397508#M84053</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/105462"&gt;@FC_Basson&lt;/a&gt;&amp;nbsp;, I created a calcite components issue for the underlying cause of the select not working.&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/Esri/calcite-design-system/issues/8954" target="_blank"&gt;https://github.com/Esri/calcite-design-system/issues/8954&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 20:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-dropdown-in-layer-list-item-panel-not/m-p/1397508#M84053</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-03-18T20:28:35Z</dc:date>
    </item>
  </channel>
</rss>

