mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
InfluxDB: Improve measurement-autocomplete behavior in query editor (#33494)
* InfluxDB: Improve measurement-autocomplete behavior * reverted changes of the previous commit * add debounce to measurement-autocomplete
This commit is contained in:
parent
4496ae496e
commit
4506af3be7
@ -30,6 +30,7 @@
|
||||
segment="ctrl.measurementSegment"
|
||||
get-options="ctrl.getMeasurements($query)"
|
||||
on-change="ctrl.measurementChanged()"
|
||||
debounce="true"
|
||||
></metric-segment>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user