From b1c54ac13f89058b1238d34fdbc04d7c1885a2c7 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Jul 2016 15:38:51 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index b517b942db..5e83b79c25 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -277,7 +277,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, { //Roo.form.ComboBoxArray.superclass.reset.call(this); this.items.clear(); - ; + this.el.dom.value = ''; if (this.hiddenEl) { this.hiddenEl.dom.value = ''; -- 2.39.2