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:
Gábor Farkas 2021-05-03 11:08:12 +02:00 committed by GitHub
parent 4496ae496e
commit 4506af3be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
segment="ctrl.measurementSegment"
get-options="ctrl.getMeasurements($query)"
on-change="ctrl.measurementChanged()"
debounce="true"
></metric-segment>
</div>