Hi All,
I would like to automatically populate the drop drop down list using one of the 2 fields or both.
The issue is that I have to click in both input fields to trigger "Search on change"
In the img below, in the field1 I put "*" so the correct behavior should be to populate the field3.
The issue is that I have to just click on field2, to populate field3.
query used to populate the field3:
| index=test field1=$token_field1$ OR field2=$token_field2$
Could you please help me on solving the issue below (without using javascript)? :)
![alt text][1]
[1]: /storage/temp/275805-input-fields.png
↧