<?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: When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244163#M15194</link>
    <description>&lt;P&gt;I've updated my question to add the XML I'm using that gives me the search box in the dropdown.  I'm stuck in Splunk 6.2.2 for the moment.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2016 16:43:02 GMT</pubDate>
    <dc:creator>DaClyde</dc:creator>
    <dc:date>2016-10-12T16:43:02Z</dc:date>
    <item>
      <title>When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244158#M15189</link>
      <description>&lt;P&gt;There seem to be two different types of dropdown menus possible when creating a dashboard.  One just has the options you set as choices, the other has a little search box at the top of the list.  How do I disable that search box?  My dropdown only has 4 options, so there is no need for anyone to search and it is a waste of space in my menu.  I could not find anything in the Simple XML Reference that addressed this, though I may have simply overlooked it.&lt;/P&gt;

&lt;P&gt;----update to add code----&lt;/P&gt;

&lt;P&gt;This is the code I'm using that results in a search box above the options:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;input type="dropdown" searchWhenChanged="true" token="time_range1"&amp;gt;
        &amp;lt;label&amp;gt;Select a time:&amp;lt;/label&amp;gt;
        &amp;lt;choice value="-d@d"&amp;gt;Today&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-48h@h"&amp;gt;Last 48 hours&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-7d@d"&amp;gt;Last 7 days&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-30d@d"&amp;gt;Last 30 days&amp;lt;/choice&amp;gt;
        &amp;lt;default&amp;gt;-d@d&amp;lt;/default&amp;gt;
        &amp;lt;showClearButton&amp;gt;false&amp;lt;/showClearButton&amp;gt;
      &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Oct 2016 15:48:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244158#M15189</guid>
      <dc:creator>DaClyde</dc:creator>
      <dc:date>2016-10-12T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244159#M15190</link>
      <description>&lt;P&gt;Try adding this option &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;allowCustomValues&amp;gt;false&amp;lt;/allowCustomValues&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Oct 2016 15:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244159#M15190</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-12T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244160#M15191</link>
      <description>&lt;P&gt;That only seems to determine whether or not the value put in the search is accepted or not, it doesn't actually get rid of the search box itself.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244160#M15191</guid>
      <dc:creator>DaClyde</dc:creator>
      <dc:date>2016-10-12T16:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244161#M15192</link>
      <description>&lt;P&gt;Ah, i see. There is probably not a way of hiding it. They likely show it in case you have many options and it does on-demand filtering.&lt;/P&gt;

&lt;P&gt;The only way I can think of trying to hide it would be JS or CSS stuff, which would probably be overkill.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:04:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244161#M15192</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-12T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244162#M15193</link>
      <description>&lt;P&gt;Not sure If I get your problem correctly. (checked on Splunk 6.5 and 6.2) There is a regular dropdown where you can select single values and it doesn't have a search box, and there is multiselect dropdown where you can select multiple options and it does provide a search box to be able to type in the choices. If you want to fixed, non-searchable dropdown, use the regular dropdown only (not multiselect).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244162#M15193</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-10-12T16:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a dashboard, is there a way to disable the search box option that is amongst the list of dropdown menu possibilities?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244163#M15194</link>
      <description>&lt;P&gt;I've updated my question to add the XML I'm using that gives me the search box in the dropdown.  I'm stuck in Splunk 6.2.2 for the moment.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/When-creating-a-dashboard-is-there-a-way-to-disable-the-search/m-p/244163#M15194</guid>
      <dc:creator>DaClyde</dc:creator>
      <dc:date>2016-10-12T16:43:02Z</dc:date>
    </item>
  </channel>
</rss>

