Hi all,
I am playing with SimpleJSON plugin. I want to add select elements in the query editor. I added in the query.editor.html the following code:
<div class="gf-form max-width-80">
<label for="srcSelect">Source:</label>
<select name="srcSelect" id="srcSelect" class="gf-form-input" ng-model="ctrl.target.src" ng-options="f as f for f in ['x1 'x2"></select>
</div>
How can I access the value of the source selector in the query method?
Many thanks!
Hakan