Dashboards & Visualizations

how to clear html inputs values ?

mah
Builder

Hi, 

My issue is that I create 2 html inputs and I did not find a way to clear the value selected before. 

<html>
<div class="dateContainer">
<div class="dateInput">
<label>From :</label>
<input id="start" type="datetime-local" searchWhenChanged="true"/>
<label>To :</label>
<input id="end" type="datetime-local" searchWhenChanged="true"/>
</div>
</div>
</html>

I tried this :

<change>
<condition match="isnotnull($value$) AND $value$!=&quot;&quot;">
</condition>
</change>

but it did not change anything.

Can someone help please ?

thanks. 

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...