Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 07:39:16 +0000 (15:39 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 07:39:16 +0000 (15:39 +0800)
Roo/bootstrap/ComboBox.js

index 21521f1..ba208a8 100644 (file)
@@ -1402,9 +1402,9 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                     }else{
                         this.store.filter(this.filterField || this.displayField, q, this.anyMatch);
                         
-                        if(this.filterSort){
-                            this.store.data.sort(this.displayField, this.filterSortDir);
-                        }
+//                        if(this.filterSort){
+//                            this.store.data.sort(this.displayField, this.filterSortDir);
+//                        }
                         
                     }
                     this.onLoad();