<?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 Combobox not closing when concurrently disabling in Calcite Design System Ideas</title>
    <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idi-p/1672816</link>
    <description>&lt;P&gt;&lt;SPAN&gt;In this example there are two comboboxes where the second depends on selection of the first one.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the first/left combobox a field is chosen (like “Name”).&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The second/right combobox shows all values available about this field (like “Sara”, “Tobias”, etc.).&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The second combobox has a disabled-definition looking for the first combobox to have a selection. If nothing is selected in the first, then disable the second. Vice versa.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;That’s basically working fine through angular signals.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Before the problem itself is stated, one more basic about the combox’ close behavior.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;When the second combobox is opened it will automatically close after losing its focus, e.g. when one clicks into the first combobox or clicks the X-Chip of the first combobox.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;The actual problem&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; occurs, when the combobox’ disabled-defintion comes together with the focus loss. This only happens when clicking the X-Chip of the first Combobox. This causes a focus loss and the activation of the disabled-definition as well.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seems that the disabling happens first and prevents the focus loss from automatically close the still opened second combobox. It gets disabled but stays open.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This happens only when having the select all option enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://codepen.io/Sebastian-Krings/pen/jEqROqv" target="_blank" rel="noopener"&gt;https://codepen.io/Sebastian-Krings/pen/jEqROqv&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6386405819112w696h540r773" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6386405819112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6386405819112w696h540r773');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6386405819112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 22:39:15 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2025-12-12T22:39:15Z</dc:date>
    <item>
      <title>Combobox not closing when concurrently disabling</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idi-p/1672816</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In this example there are two comboboxes where the second depends on selection of the first one.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the first/left combobox a field is chosen (like “Name”).&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The second/right combobox shows all values available about this field (like “Sara”, “Tobias”, etc.).&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The second combobox has a disabled-definition looking for the first combobox to have a selection. If nothing is selected in the first, then disable the second. Vice versa.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;That’s basically working fine through angular signals.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Before the problem itself is stated, one more basic about the combox’ close behavior.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;When the second combobox is opened it will automatically close after losing its focus, e.g. when one clicks into the first combobox or clicks the X-Chip of the first combobox.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;The actual problem&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; occurs, when the combobox’ disabled-defintion comes together with the focus loss. This only happens when clicking the X-Chip of the first Combobox. This causes a focus loss and the activation of the disabled-definition as well.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seems that the disabling happens first and prevents the focus loss from automatically close the still opened second combobox. It gets disabled but stays open.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This happens only when having the select all option enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://codepen.io/Sebastian-Krings/pen/jEqROqv" target="_blank" rel="noopener"&gt;https://codepen.io/Sebastian-Krings/pen/jEqROqv&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6386405819112w696h540r936" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6386405819112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6386405819112w696h540r936');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6386405819112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 22:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idi-p/1672816</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2025-12-12T22:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox not closing when concurrently disabling</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672819#M61</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/83360"&gt;@SebastianKrings&lt;/a&gt;&amp;nbsp;, I'd suggest creating an issue on the Calcite GitHub site, this is a space for ArcGIS Maps SDK for JavaScript ideas not reporting Calcite design system bugs.&lt;BR /&gt;&lt;A href="https://github.com/Esri/calcite-design-system" target="_blank" rel="noopener"&gt;https://github.com/Esri/calcite-design-system&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 22:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672819#M61</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2025-12-12T22:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox not closing when concurrently disabling - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672820#M62</link>
      <description />
      <pubDate>Fri, 12 Dec 2025 22:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672820#M62</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2025-12-12T22:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox not closing when concurrently disabling</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672825#M63</link>
      <description>&lt;P&gt;&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;We initially created a support case against esri (#04066009). They asked us to create ideas instead.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 22:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672825#M63</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2025-12-12T22:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox not closing when concurrently disabling</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672830#M64</link>
      <description>&lt;P&gt;Sorry about that, but I think support might have given you bad advise. Calcite handles everything though their GitHub site and they are a separate team from the JavaScript Maps SDK and likely would never see this idea.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 22:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672830#M64</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2025-12-12T22:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox not closing when concurrently disabling</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672842#M65</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/Esri/calcite-design-system/issues/13476" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Esri/calcite-design-system/issues/13476&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 23:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/combobox-not-closing-when-concurrently-disabling/idc-p/1672842#M65</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2025-12-12T23:43:41Z</dc:date>
    </item>
  </channel>
</rss>

