From 1390ae3a29f37087c5293cc7cd08ecb69524bb3c Mon Sep 17 00:00:00 2001 From: "qinglin,xia" Date: Tue, 6 Jun 2017 17:54:07 +0800 Subject: [PATCH] fix-ATLAS-1826 --- dashboardv2/public/js/views/entity/CreateEntityLayoutView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js b/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js index d31a122f6..704062ff3 100644 --- a/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js +++ b/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js @@ -719,7 +719,7 @@ define(['require', return markup; }, data: select2Options, - minimumInputLength: 3 + minimumInputLength: 1 }); } $this.select2(select2Option);