diff --git a/public/app/plugins/datasource/opentsdb/components/TagSection.tsx b/public/app/plugins/datasource/opentsdb/components/TagSection.tsx index 132fe87271d..f292acaa374 100644 --- a/public/app/plugins/datasource/opentsdb/components/TagSection.tsx +++ b/public/app/plugins/datasource/opentsdb/components/TagSection.tsx @@ -140,6 +140,7 @@ export function TagSection({ className="gf-form-input" value={curTagKey ? toOption('' + curTagKey) : undefined} placeholder="key" + allowCustomValue onOpenMenu={async () => { updKeyIsLoading(true); const tKs = await suggestTagKeys(query);