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

index 47d9caf..530279c 100644 (file)
@@ -277,7 +277,6 @@ 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 = '';
@@ -295,6 +294,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
          
         this.reset();
         
+        
+        
         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..