From 2193646ae7828101118318d7a3f580255b7b1c7b Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Jul 2016 15:35:34 +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 8c8ebd2cf0..47d9cafa98 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -277,6 +277,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, { //Roo.form.ComboBoxArray.superclass.reset.call(this); this.items.each(function(f) { + Roo.log(f); f.remove(); }); this.el.dom.value = ''; @@ -294,9 +295,6 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.reset(); - Roo.log(this.items); - - if (this.store.isLocal && (typeof(v) == 'string')) { // then we can use the store to find the values.. // comma seperated at present.. this needs to allow JSON based encoding.. -- 2.39.2