Roo/form/ComboBoxArray.js
authoredward <edward@roojs.com>
Wed, 20 Jul 2016 07:35:34 +0000 (15:35 +0800)
committeredward <edward@roojs.com>
Wed, 20 Jul 2016 07:35:34 +0000 (15:35 +0800)
Roo/form/ComboBoxArray.js

index 8c8ebd2..47d9caf 100644 (file)
@@ -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..