Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Mon, 21 Jan 2019 03:43:44 +0000 (11:43 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2019 03:43:44 +0000 (11:43 +0800)
Roo/bootstrap/ComboBox.js

index 4abed62..7860812 100644 (file)
@@ -1563,6 +1563,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
      * selected item if it is not currently in view (defaults to true)
      */
     select : function(index, scrollIntoView){
+        Roo.log('adding body masked');
         this.selectedIndex = index;
         this.view.select(index);
         if(scrollIntoView !== false){