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

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