<?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: dashboard dropdown disappears after selection in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431719#M28445</link>
    <description>&lt;P&gt;@sarit_s please add more details for the community to assist you better. If possible please add simple XML for the dropdown and also a screenshot of the issue you are facing. You should mask/anonymize any sensitive information before posting.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jun 2019 10:48:20 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2019-06-16T10:48:20Z</dc:date>
    <item>
      <title>dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431718#M28444</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;i have a dropdown list in my dashboard&lt;BR /&gt;
after im selecting object from the list the text box disappears and there is no way to change the selection, only refreshing the page&lt;/P&gt;

&lt;P&gt;anyone noticed such behaviour ?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 09:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431718#M28444</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-06-16T09:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431719#M28445</link>
      <description>&lt;P&gt;@sarit_s please add more details for the community to assist you better. If possible please add simple XML for the dropdown and also a screenshot of the issue you are facing. You should mask/anonymize any sensitive information before posting.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 10:48:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431719#M28445</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-06-16T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431720#M28446</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
this is the xml :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="customer"&amp;gt;
      &amp;lt;label&amp;gt;Customer&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;choice value="*"&amp;gt;ALL&amp;lt;/choice&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;CUSTOMER_ACCOUNT_NAME&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;CUSTOMER_ACCOUNT_NAME&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;|  inputlookup printer_attributes 
| top CUSTOMER_ACCOUNT_NAME limit=0 showcount=0 showperc=0
| sort 0 CUSTOMER_ACCOUNT_NAME&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;link to screenshot &lt;BR /&gt;
&lt;A href="https://imgur.com/C9osWvR"&gt;https://imgur.com/C9osWvR&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 11:01:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431720#M28446</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-06-16T11:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431721#M28447</link>
      <description>&lt;P&gt;Somewhere you're unsetting it in other dashboard or js code.&lt;/P&gt;

&lt;P&gt;That or it's your browser having compatibility issues.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 12:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431721#M28447</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2019-06-16T12:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431722#M28448</link>
      <description>&lt;P&gt;Can you try changing the query to the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; |  inputlookup printer_attributes 
 | stats count by CUSTOMER_ACCOUNT_NAME
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How many CUSTOMER_ACCOUNT_NAME values are there?&lt;/P&gt;

&lt;P&gt;In your screenshot the name of the Dropdown changes which is strange. &lt;/P&gt;

&lt;P&gt;I tried the following with run  no issues&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset submitButton="false" autoRun="false"&amp;gt;
    &amp;lt;input type="dropdown" token="customer"&amp;gt;
      &amp;lt;label&amp;gt;Component&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;choice value="*"&amp;gt;ALL&amp;lt;/choice&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;component&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;component&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd
 | stats count by component
 | fields - count&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-1h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:56:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431722#M28448</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-30T00:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431723#M28449</link>
      <description>&lt;P&gt;it is working now&lt;BR /&gt;
i guess it was really setting issue&lt;/P&gt;

&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 05:14:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431723#M28449</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-06-17T05:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard dropdown disappears after selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431724#M28450</link>
      <description>&lt;P&gt;Just ran into the same issue with the same fix (close browser and reopen)&lt;/P&gt;

&lt;P&gt;I recreated the error using the following steps:&lt;BR /&gt;
1. create a text input field with label/token field1&lt;BR /&gt;
2. create a drop down, set the label/token to field1, dynamically created based off a search (in my case it was a lookup)&lt;BR /&gt;
3. delete the text input&lt;BR /&gt;
4. select a value from the drop down (at this point the drop down should disappear)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-dropdown-disappears-after-selection/m-p/431724#M28450</guid>
      <dc:creator>LAntoniak</dc:creator>
      <dc:date>2020-04-14T14:45:56Z</dc:date>
    </item>
  </channel>
</rss>

