Roo/form/ComboBox.js
authorAlan Knowles <alan@roojs.com>
Tue, 30 Jul 2013 08:24:58 +0000 (16:24 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Jul 2013 08:24:58 +0000 (16:24 +0800)
Roo/form/ComboBox.js

index 77741e5..cc1bcd0 100644 (file)
@@ -894,7 +894,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
         if(this.el.dom.value.length > 0){
             this.el.dom.value =
                 this.lastSelectionText === undefined ? '' : this.lastSelectionText;
-            this.applyEmptyText();
+             
         }
     },