Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Fri, 20 Nov 2015 08:57:10 +0000 (16:57 +0800)
committeredward <edward@roojs.com>
Fri, 20 Nov 2015 08:57:10 +0000 (16:57 +0800)
Roo/bootstrap/ComboBox.js

index 448ff0f..974ad7e 100644 (file)
@@ -1403,7 +1403,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                         
                         this.store.filter(this.displayField, q);
                     }
-                    this.store.fireEvent("datachanged", this);
+                    this.store.fireEvent("datachanged", this.store);
                     this.onLoad();
                 }else{