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

index ad761e3..530279c 100644 (file)
@@ -276,8 +276,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
     reset : function()
     {
         //Roo.form.ComboBoxArray.superclass.reset.call(this); 
     reset : function()
     {
         //Roo.form.ComboBoxArray.superclass.reset.call(this); 
-        this.items.clear();
-        
+        this.items.each(function(f) {
+           f.remove(); 
+        });
         this.el.dom.value = '';
         if (this.hiddenEl) {
             this.hiddenEl.dom.value = '';
         this.el.dom.value = '';
         if (this.hiddenEl) {
             this.hiddenEl.dom.value = '';
@@ -293,8 +294,6 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
          
         this.reset();
         
          
         this.reset();
         
-        Roo.log(this.items);
-        Roo.log(v);
         
         
         if (this.store.isLocal && (typeof(v) == 'string')) {
         
         
         if (this.store.isLocal && (typeof(v) == 'string')) {