From: edward Date: Wed, 20 Jul 2016 07:35:34 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2193646ae7828101118318d7a3f580255b7b1c7b Roo/form/ComboBoxArray.js --- 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..