QueryField: Handle autocomplete better (#81484)

* extract out function + add unit tests

* add feature toggle and default it to on
This commit is contained in:
Ashley Harrison
2024-01-31 10:01:20 +00:00
committed by GitHub
parent f896072cd7
commit 39057552dc
8 changed files with 118 additions and 8 deletions

View File

@@ -174,4 +174,5 @@ export interface FeatureToggles {
onPremToCloudMigrations?: boolean;
alertingSaveStatePeriodic?: boolean;
promQLScope?: boolean;
slateAutocomplete?: boolean;
}