<?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: Change Search widget placeholder text color in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46678#M4076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;‌ Thanks! I was wondering why I could not find it. Did not think about placeholder.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2019 18:48:12 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2019-12-13T18:48:12Z</dc:date>
    <item>
      <title>Change Search widget placeholder text color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46674#M4072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CSS:&lt;/P&gt;&lt;P&gt;#searchWidget {&lt;BR /&gt; width: 473px;&lt;BR /&gt; border-style: solid;&lt;BR /&gt; border-width: 1px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JS:&lt;/P&gt;&lt;P&gt;var searchWidget = new Search({&lt;BR /&gt; view: view,&lt;BR /&gt; container: "searchWidget",&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTML:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="searchWidget"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The placeholder text is too light in my opinion and I would like to change it to black or a darker gray. I am using version 4.13 of ArcGIS API for JS. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 20:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46674#M4072</guid>
      <dc:creator>AndrewL</dc:creator>
      <dc:date>2019-12-12T20:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change Search widget placeholder text color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46675#M4073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/10444"&gt;Andrew Louchios&lt;/A&gt;‌&amp;nbsp; Can you provide a link to the map?&amp;nbsp;&lt;BR /&gt;If not look a the developer tools to adjust the css to the desired color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 20:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46675#M4073</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2019-12-12T20:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change Search widget placeholder text color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46676#M4074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our website is closed but I have a fiddle:&amp;nbsp;&lt;A class="link-titled" href="https://jsfiddle.net/uf60mgwd/" title="https://jsfiddle.net/uf60mgwd/"&gt;VectorTileLayer - 4.13\n \n\n \n\n \n Researching\n\n\n \n \n \n \n \n \n", js: "\n\n requi…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to change the input font color but not the placeholder font color using devtools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 20:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46676#M4074</guid>
      <dc:creator>AndrewL</dc:creator>
      <dc:date>2019-12-12T20:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change Search widget placeholder text color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46677#M4075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can modify the placeholder color using the CSS pseudo element. Note that it looks like you'll need to add a vendor prefix for it to work in IE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;  &lt;SPAN class="selector token"&gt;.esri-input.esri-search__input::placeholder&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="property token"&gt;color&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;magenta&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details on the pseudo element can be found here:&amp;nbsp;&lt;A class="link-titled" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::placeholder" title="https://developer.mozilla.org/en-US/docs/Web/CSS/::placeholder" rel="nofollow noopener noreferrer" target="_blank"&gt;::placeholder - CSS: Cascading Style Sheets | MDN&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46677#M4075</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-10T21:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change Search widget placeholder text color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46678#M4076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;‌ Thanks! I was wondering why I could not find it. Did not think about placeholder.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 18:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-search-widget-placeholder-text-color/m-p/46678#M4076</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2019-12-13T18:48:12Z</dc:date>
    </item>
  </channel>
</rss>

