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

index 9cbfecf..f980d8e 100644 (file)
@@ -891,6 +891,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
 
     // private
     doForce : function(){
+        Roo.log('run doForce');
         if(this.el.dom.value.length > 0){
             this.el.dom.value =
                 this.lastSelectionText === undefined ? '' : this.lastSelectionText;