From a37886f6655e3277c32a223c9cd330244b744528 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Jul 2016 15:43:07 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 530279c294..d2e11738e8 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -276,9 +276,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, reset : function() { //Roo.form.ComboBoxArray.superclass.reset.call(this); - this.items.each(function(f) { - f.remove(); - }); + this.items.clear();; this.el.dom.value = ''; if (this.hiddenEl) { this.hiddenEl.dom.value = ''; -- 2.39.2