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!

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...