Roo/form/ComboBox.js
authorEdward <edward@roojs.com>
Wed, 19 Mar 2014 06:08:33 +0000 (14:08 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Mar 2014 06:08:33 +0000 (14:08 +0800)
Roo/form/ComboBox.js

index f980d8e..dc07270 100644 (file)
@@ -487,6 +487,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
         if(this.editable !== false){
             this.el.on("keyup", this.onKeyUp, this);
         }
+        Roo.log('forceSelection : ' + this.forceSelection);
         if(this.forceSelection){
             this.on('blur', this.doForce, this);
         }