<?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 In a drop-down, how do I expand a multiselect input to display more characters? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307575#M19623</link>
    <description>&lt;P&gt;I have a problem where on a multiselect drop-down, I am not able to see the entire value of the choices. I have read some information about changing CSS files and converting to HTML but guess I am not able to grasp what needs to be done. Does anyone know of a step by step instruction on how to increase the number of characters displayed in a multiselect input?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2017 16:59:38 GMT</pubDate>
    <dc:creator>pwilly</dc:creator>
    <dc:date>2017-02-17T16:59:38Z</dc:date>
    <item>
      <title>In a drop-down, how do I expand a multiselect input to display more characters?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307575#M19623</link>
      <description>&lt;P&gt;I have a problem where on a multiselect drop-down, I am not able to see the entire value of the choices. I have read some information about changing CSS files and converting to HTML but guess I am not able to grasp what needs to be done. Does anyone know of a step by step instruction on how to increase the number of characters displayed in a multiselect input?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307575#M19623</guid>
      <dc:creator>pwilly</dc:creator>
      <dc:date>2017-02-17T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: In a drop-down, how do I expand a multiselect input to display more characters?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307576#M19624</link>
      <description>&lt;P&gt;Give this a try (the id field on the multiselect should match the &lt;CODE&gt;#&amp;lt;heading&amp;gt;&lt;/CODE&gt; in html)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form onUnloadCancelJobs="true" &amp;gt;
  &amp;lt;label&amp;gt;...
  &amp;lt;description&amp;gt;...  
  &amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;style type="text/css"&amp;gt;
#input_unit {
  width: 440px;
}
      &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;

    &amp;lt;input type="multiselect" token="yourtoken" searchWhenChanged="false" id="input_unit"&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      ......
      ......
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307576#M19624</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-02-17T17:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: In a drop-down, how do I expand a multiselect input to display more characters?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307577#M19625</link>
      <description>&lt;P&gt;somesoni2 you are the man, that worked like a dream thank you for the example, that really simplified things.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:55:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-drop-down-how-do-I-expand-a-multiselect-input-to-display/m-p/307577#M19625</guid>
      <dc:creator>pwilly</dc:creator>
      <dc:date>2017-02-17T17:55:58Z</dc:date>
    </item>
  </channel>
</rss>

