Roo/form/ComboCheck.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 05:23:00 +0000 (13:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 05:23:00 +0000 (13:23 +0800)
Roo/form/ComboCheck.js

index ba99a06..ac5bfc3 100644 (file)
@@ -86,7 +86,7 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
             return;
         }
         
-        this.select(index, trie);
+        this.select(index, true);
         
         return;
         var index = this.view.getSelectedIndexes()[0];