<?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: Increasing size of textbox input in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520402#M34992</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/215670"&gt;@Nisha18789&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I havent implemented this in my dashboard yet because I wanted to test first. I simply created a new view by copy/paste of code then tried different sizes in code but textbox sizes never changed.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Sep 2020 02:40:09 GMT</pubDate>
    <dc:creator>mbasharat</dc:creator>
    <dc:date>2020-09-19T02:40:09Z</dc:date>
    <item>
      <title>Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520369#M34986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to increase the size of text box filters in my dashboard. I need to be able to increase size of all or select textbox filter. I found below solution from a previous post but it is not working in Splunk Enterprise versions 7.x and 8.x. Can someone assist pls? Thanks in -advance!!!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-textbox-size-when-you-want-to-increase-the/m-p/328563/highlight/false#M21305" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-textbox-size-when-you-want-to-increase-the/m-p/328563/highlight/false#M21305&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Text Box Size&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$alwaysHideCSSStyle$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #text4 .splunk-textinput
          {
            width: 300px !important;
          }
          #text4 .splunk-textinput input{
            width: 300px !important;
          }           
          #text5
          {
            padding-left:95px !important;
          }
          #text5 .splunk-textinput
          {
            width: 300px !important;
          }
          #text5 .splunk-textinput input{
            width: 300px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input id="text1" type="text" token="field1"&amp;gt;
        &amp;lt;label&amp;gt;field1&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;input id="text2" type="text" token="field2"&amp;gt;
        &amp;lt;label&amp;gt;field2&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;input id="text3" type="text" token="field3"&amp;gt;
        &amp;lt;label&amp;gt;field3&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;input id="text4" type="text" token="field4"&amp;gt;
        &amp;lt;label&amp;gt;field4&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;input id="text5" type="text" token="field5"&amp;gt;
        &amp;lt;label&amp;gt;field5&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;      
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Splunk Enterprise&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 18:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520369#M34986</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2020-09-18T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520400#M34991</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/86891"&gt;@mbasharat&lt;/a&gt;&amp;nbsp;, above example dashboard works perfectly fine for me on Splunk Version 8.x&lt;/P&gt;&lt;P&gt;Are you trying above example in a fresh dashboard or you are trying the logic in your dashboard when you say its not working?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 22:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520400#M34991</guid>
      <dc:creator>Nisha18789</dc:creator>
      <dc:date>2020-09-18T22:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520402#M34992</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/215670"&gt;@Nisha18789&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I havent implemented this in my dashboard yet because I wanted to test first. I simply created a new view by copy/paste of code then tried different sizes in code but textbox sizes never changed.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 02:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520402#M34992</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2020-09-19T02:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520404#M34993</link>
      <description>&lt;P&gt;May be cache problem. You should run below to see change you make.&lt;/P&gt;&lt;P&gt;http[s]://yourinstance:webport/en-US/_bump&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 04:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520404#M34993</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-19T04:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520510#M35014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@ thambisetty,&lt;/P&gt;&lt;P&gt;I tried this approach well and no luck so far &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 19:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520510#M35014</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2020-09-20T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520513#M35016</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/86891"&gt;@mbasharat&lt;/a&gt;&amp;nbsp;All 7.x do not have same DOM structure for Splunk Dashboards. Since the CSS override is not working in 8.x as well. I am guessing you are on 7.1+ or 7.2 or higher. (even 7.1.x and 7.2.x may have different DOMs, but I have no way to check).&lt;BR /&gt;&lt;BR /&gt;Nevertheless, check out the following answer of mine which changes the width of all inputs using CSS override for ver 7.2.x+:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dropdown-input-width-not-increasing/td-p/416340" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dropdown-input-width-not-increasing/td-p/416340&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please try out for Text Box and confirm as per your use case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 19:42:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520513#M35016</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-20T19:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520539#M35021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@ niketnilay,&lt;/P&gt;&lt;P&gt;I have tried this solution and it did not work for me. I am&amp;nbsp;@ Splunk Enterprise 7.3.3&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 03:19:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520539#M35021</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2020-09-21T03:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of textbox input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520542#M35023</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/86891"&gt;@mbasharat&lt;/a&gt;&amp;nbsp;I wished you had mentioned specific version 7.3.3 instead of 7.x which becomes vague for us to assist you better. Please refer to one of my older answers about the known issue while applying CSS extension directly through Dashboard XML. PS: You should always move CSS style from dashboard XML (which should be only meant for testing) to CSS static file in the appserver/static for better reusability, reduction of developer errors, separation of concerns and too many overrides for the same node.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-include-CSS-in-Dashboards-with-the-latest-Splunk-version/m-p/465917" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-include-CSS-in-Dashboards-with-the-latest-Splunk-version/m-p/465917&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 04:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increasing-size-of-textbox-input/m-p/520542#M35023</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-21T04:12:42Z</dc:date>
    </item>
  </channel>
</rss>

