Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index b517b94..ad761e3 100644 (file)
@@ -277,7 +277,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
     {
         //Roo.form.ComboBoxArray.superclass.reset.call(this); 
         this.items.clear();
-        ;
+        
         this.el.dom.value = '';
         if (this.hiddenEl) {
             this.hiddenEl.dom.value = '';
@@ -293,6 +293,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
          
         this.reset();
         
+        Roo.log(this.items);
+        Roo.log(v);
         
         
         if (this.store.isLocal && (typeof(v) == 'string')) {