Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Wed, 13 Apr 2016 04:33:11 +0000 (12:33 +0800)
committeredward <edward@roojs.com>
Wed, 13 Apr 2016 04:33:11 +0000 (12:33 +0800)
Roo/bootstrap/ComboBox.js

index daecffa..80a06eb 100644 (file)
@@ -1299,7 +1299,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             if(rm){
                 return;
             }
-            
+            Roo.log(this.tickItems);
             if(this.fireEvent('tick', this, r, index, Roo.get(_this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked) !== false){
                 this.tickItems.push(r.data);
             }