From 4778b9ebd6c2b83f694fa494be8ef2bd67347c6c Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 17 Jul 2020 11:17:19 +0800 Subject: [PATCH] update --- src/widget/multiselect/multiselect.combo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/widget/multiselect/multiselect.combo.js b/src/widget/multiselect/multiselect.combo.js index 09c2c8ce2..e73d36e1c 100644 --- a/src/widget/multiselect/multiselect.combo.js +++ b/src/widget/multiselect/multiselect.combo.js @@ -14,8 +14,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, { attributes: { tabIndex: 0 }, - allowEdit: true, - allowBlankAdd: true + allowEdit: true }); },