<?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 Disable/Remove CalciteCombo item selection icon (React) in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1610879#M825</link>
    <description>&lt;P&gt;Attempting to find out how, if at all I can disable the icon that appears next to the actual icon of a combolist item. I know part of the Calcite appeal is uniformity, but this feels like something I should be able to disable?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="combolist.png" style="width: 117px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131291iE62054B72B1EC348/image-size/large?v=v2&amp;amp;px=999" role="button" title="combolist.png" alt="combolist.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2025 18:19:03 GMT</pubDate>
    <dc:creator>RobertAdame</dc:creator>
    <dc:date>2025-05-01T18:19:03Z</dc:date>
    <item>
      <title>Disable/Remove CalciteCombo item selection icon (React)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1610879#M825</link>
      <description>&lt;P&gt;Attempting to find out how, if at all I can disable the icon that appears next to the actual icon of a combolist item. I know part of the Calcite appeal is uniformity, but this feels like something I should be able to disable?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="combolist.png" style="width: 117px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131291iE62054B72B1EC348/image-size/large?v=v2&amp;amp;px=999" role="button" title="combolist.png" alt="combolist.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 18:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1610879#M825</guid>
      <dc:creator>RobertAdame</dc:creator>
      <dc:date>2025-05-01T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable/Remove CalciteCombo item selection icon (React)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1610929#M826</link>
      <description>&lt;P&gt;The Combobox component is designed for multiple selections and uses those icon for selections in the multiple-selection mode. Can you use the Select component instead?&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 20:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1610929#M826</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2025-05-01T20:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable/Remove CalciteCombo item selection icon (React)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1611177#M827</link>
      <description>&lt;P&gt;I have tried messing with select as well but it doesnt seem to accept just using an icon instead of text?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Converting the parent CalciteCombobox into CalciteSelect with the children being Calcite Options with each having a CalciteIcon being passed nets me this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="select.png" style="width: 274px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131371i92BFBD5216056065/image-size/large?v=v2&amp;amp;px=999" role="button" title="select.png" alt="select.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You can see the other 2 icons in the other cells working just fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;CalciteSelect
                    scale="m"
                &amp;gt;
                    &amp;lt;CalciteOption
                        value="circle"
                    &amp;gt;
                        &amp;lt;CalciteIcon scale="s" icon="circle" /&amp;gt;
                    &amp;lt;/CalciteOption&amp;gt;
                    &amp;lt;CalciteOption
                        value="square"
                    &amp;gt;
                        &amp;lt;CalciteIcon scale="s" icon="square" /&amp;gt;
                    &amp;lt;/CalciteOption&amp;gt;
                    &amp;lt;CalciteOption
                        value="triangle"
                        &amp;gt;
                        &amp;lt;CalciteIcon scale="s" icon="triangle" /&amp;gt;
                    &amp;lt;/CalciteOption&amp;gt;
                    &amp;lt;CalciteOption
                        value="diamond"
                        &amp;gt;
                        &amp;lt;CalciteIcon scale="s" icon="diamond" /&amp;gt;
                    &amp;lt;/CalciteOption&amp;gt;
                    &amp;lt;CalciteOption
                        value="x"
                        &amp;gt;
                        &amp;lt;CalciteIcon scale="s" icon="x" /&amp;gt;
                    &amp;lt;/CalciteOption&amp;gt;
                &amp;lt;/CalciteSelect&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 May 2025 17:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/disable-remove-calcitecombo-item-selection-icon/m-p/1611177#M827</guid>
      <dc:creator>RobertAdame</dc:creator>
      <dc:date>2025-05-02T17:00:20Z</dc:date>
    </item>
  </channel>
</rss>

