<?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 Search Widget Outside of Map with Autofill in version 3 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-outside-of-map-with-autofill-in/m-p/1203701#M78321</link>
    <description>&lt;P&gt;I'm new to Esri... The project that I'm working on has migrated from Google Maps to Esri. The users would like the search widget outside of the map with address autofill, like they had with Google. I've seen something similar to this done with version 4, but we are using version 3.41&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 13:24:16 GMT</pubDate>
    <dc:creator>fggriffith</dc:creator>
    <dc:date>2022-08-17T13:24:16Z</dc:date>
    <item>
      <title>Search Widget Outside of Map with Autofill in version 3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-outside-of-map-with-autofill-in/m-p/1203701#M78321</link>
      <description>&lt;P&gt;I'm new to Esri... The project that I'm working on has migrated from Google Maps to Esri. The users would like the search widget outside of the map with address autofill, like they had with Google. I've seen something similar to this done with version 4, but we are using version 3.41&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 13:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-outside-of-map-with-autofill-in/m-p/1203701#M78321</guid>
      <dc:creator>fggriffith</dc:creator>
      <dc:date>2022-08-17T13:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Outside of Map with Autofill in version 3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-outside-of-map-with-autofill-in/m-p/1203774#M78324</link>
      <description>&lt;P&gt;You don't need a Map to use Search by itself in 3x.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const search = new Search({}, "search");
search.startup();

search.on("search-results", (event) =&amp;gt; {
    // do something with search results
    console.log(event);
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You can style the widget and stuff too.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 15:30:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-outside-of-map-with-autofill-in/m-p/1203774#M78324</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-08-17T15:30:53Z</dc:date>
    </item>
  </channel>
</rss>

