diff --git a/public/app/core/components/form_dropdown/form_dropdown.ts b/public/app/core/components/form_dropdown/form_dropdown.ts
index eb8be1e0945..cb7390ead9a 100644
--- a/public/app/core/components/form_dropdown/form_dropdown.ts
+++ b/public/app/core/components/form_dropdown/form_dropdown.ts
@@ -194,17 +194,19 @@ export class FormDropdownCtrl {
const template = `
+ data-provide="typeahead"
+ class="gf-form-input"
+ spellcheck="false"
+ style="display:none">
+
+ ng-bind-html="ctrl.display">
+
`;
export function formDropdownDirective() {
@@ -221,6 +223,7 @@ export function formDropdownDirective() {
onChange: "&",
cssClass: "@",
allowCustom: "@",
+ selectMode: "@",
},
link: function() {
}