Dashboards & Visualizations

How can increase the length of a fieldset in my Simple XML form? The values are too long so UI will not display the dropdown values.

the_wolverine
Champion

I have a search which populates the dropdown values using fieldset. However, my values are too long and UI is not displaying them at all. How can I configure it to handle long values?

bmacias84
Champion

@the_wolverine, technically you can still do it with Simple XML. Using the html tags with the style tags similar to below.

<html>
   <style>
      #field2 .select2-container { 
                                                       min-width: 150px; 
     }
   </style>
</html>

somesoni2
Revered Legend
0 Karma

the_wolverine
Champion

So this cannot be done via Simple XML only?

0 Karma

bmacias84
Champion

I posted a similar question a few months ago. I ended up building my own form input.

the_wolverine
Champion

bah. I might extract distinct values from the string to present -- but I have to make some assumptions. Thanks for your response.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...