<?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: calcite-action-menu missing in document in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1552713#M754</link>
    <description>&lt;P&gt;Any progress on the documentation?&lt;/P&gt;&lt;P&gt;I'm trying to find a way on how to keep a menu options expanded once click: For example in the layer list widget example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-actions/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-actions/&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When one change the opacity of a layer, the menu options collapse back to the trigger button "...". I I have a similar widget, but I want to keep the menu open, so that the user can repeatedly click on a menu action until he is happy with what he see.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 09:40:20 GMT</pubDate>
    <dc:creator>GertConradie</dc:creator>
    <dc:date>2024-10-28T09:40:20Z</dc:date>
    <item>
      <title>calcite-action-menu missing in document</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1200281#M188</link>
      <description>&lt;P&gt;The "calcite-action-menu" is used as menu items of the action. In the document it is not available while in the map viewer it is used.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="menuitem.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/48011i74A4FE1FF2B52F59/image-size/large?v=v2&amp;amp;px=999" role="button" title="menuitem.jpg" alt="menuitem.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 08:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1200281#M188</guid>
      <dc:creator>baohuachu2</dc:creator>
      <dc:date>2022-08-08T08:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: calcite-action-menu missing in document</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1200451#M189</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115883"&gt;@baohuachu2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Action Menu isn't fully supported at this time, which is why it is not in the public facing documentation. We hope to clean it up and support it for the public in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 16:27:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1200451#M189</guid>
      <dc:creator>BenElan</dc:creator>
      <dc:date>2022-08-08T16:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: calcite-action-menu missing in document</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1552713#M754</link>
      <description>&lt;P&gt;Any progress on the documentation?&lt;/P&gt;&lt;P&gt;I'm trying to find a way on how to keep a menu options expanded once click: For example in the layer list widget example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-actions/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-actions/&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When one change the opacity of a layer, the menu options collapse back to the trigger button "...". I I have a similar widget, but I want to keep the menu open, so that the user can repeatedly click on a menu action until he is happy with what he see.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 09:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1552713#M754</guid>
      <dc:creator>GertConradie</dc:creator>
      <dc:date>2024-10-28T09:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: calcite-action-menu missing in document</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1556487#M763</link>
      <description>&lt;P&gt;You could try a &lt;A title="Calcite Dropdown Documentation" href="https://developers.arcgis.com/calcite-design-system/components/dropdown/" target="_blank" rel="noopener"&gt;Dropdown&lt;/A&gt; with `&lt;A title="Calcite Dropdown Property Documentation" href="https://developers.arcgis.com/calcite-design-system/components/dropdown/#api-reference-properties-closeOnSelectDisabled" target="_blank" rel="noopener"&gt;close-on-select-disabled&lt;/A&gt;` - which should support the use case you describe.&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Codepen example of Dropdown with `close-on-select-disabled`" href="https://codepen.io/mac_and_cheese/pen/QWeZRJg?editors=1000" target="_blank" rel="noopener"&gt;Codepen example of Dropdown with `close-on-select-disabled`&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 20:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-action-menu-missing-in-document/m-p/1556487#M763</guid>
      <dc:creator>Mac_And_Cheese</dc:creator>
      <dc:date>2024-11-07T20:00:17Z</dc:date>
    </item>
  </channel>
</rss>

