Dashboards & Visualizations

character limit on text boxes?

cphair
Builder

Is there a character limit for input into freeform textboxes in dashboards? I've entered tens of thousands of characters without apparent truncation, but I'm not sure how it's implemented on the back end, and I figure the limit's not infinite.

Tags (2)

asimagu
Builder

You could use javascript like the following in your application.js:

$("input").attr("maxlength", 4)

Here is a demo: http://jsfiddle.net/TmsXG/13/

0 Karma

cphair
Builder

This doesn't answer my question. I don't want to limit the amount of characters users input--I want to know how many characters the text box supports.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...