<?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: 4.28 sketch visibleElements selectionTools in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1343443#M82620</link>
    <description>&lt;P&gt;Did you have the same results taking it outside the property object of the sketch widget in 4.28?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 17:40:56 GMT</pubDate>
    <dc:creator>MatthewDriscoll</dc:creator>
    <dc:date>2023-10-30T17:40:56Z</dc:date>
    <item>
      <title>4.28 sketch visibleElements selectionTools</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1342797#M82592</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;sketch.visibleElements={selectionTools&lt;/SPAN&gt;&lt;SPAN&gt;:{ &lt;/SPAN&gt;&lt;SPAN class=""&gt;"lasso-selection"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN&gt; }}, is not removing the lasso tool from the menu in 4.28.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 16:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1342797#M82592</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2023-10-27T16:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 sketch visibleElements selectionTools</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1342946#M82602</link>
      <description>&lt;P&gt;Seems to be working as expected for me -&amp;nbsp;&lt;A href="https://codepen.io/annefitz/pen/YzBwWPx?editors=1000" target="_blank"&gt;https://codepen.io/annefitz/pen/YzBwWPx?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you provide a repro case of the issue you're seeing?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 20:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1342946#M82602</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-10-27T20:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 sketch visibleElements selectionTools</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1342957#M82604</link>
      <description>&lt;P&gt;It does seem to work if you use it that way.&amp;nbsp; Must be a bug in 4.28.&amp;nbsp; If you take it out and do this it does not.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;sketch.visibleElements = ({
      createTools:{
        circle: false,
        rectangle: false,
      },
      selectionTools :{
        "lasso-selection": false
      },
      creationMode: "update",
      undoRedoMenu: false,
      settingsMenu: false
    });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 21:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1342957#M82604</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2023-10-27T21:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 sketch visibleElements selectionTools</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1343443#M82620</link>
      <description>&lt;P&gt;Did you have the same results taking it outside the property object of the sketch widget in 4.28?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 17:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1343443#M82620</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2023-10-30T17:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 sketch visibleElements selectionTools</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1343534#M82621</link>
      <description>&lt;P&gt;Yes, seems like a bug. We are looking into it!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 20:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1343534#M82621</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-10-30T20:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 sketch visibleElements selectionTools</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1344483#M82648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/327152"&gt;@MatthewDriscoll&lt;/a&gt;&amp;nbsp;- a fix for this is available on npm &lt;A href="https://www.npmjs.com/package/@arcgis/core/v/4.28.6" target="_self"&gt;@arcgis/core version&amp;nbsp;4.28.6&lt;/A&gt;&amp;nbsp;and should be available on the CDN this evening. Thanks for letting us know!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-sketch-visibleelements-selectiontools/m-p/1344483#M82648</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-11-01T16:03:20Z</dc:date>
    </item>
  </channel>
</rss>

