Roo/form/ComboBox.js
authorMichael <michael@roojs.com>
Wed, 4 Mar 2015 06:19:46 +0000 (14:19 +0800)
committerMichael <michael@roojs.com>
Wed, 4 Mar 2015 06:19:46 +0000 (14:19 +0800)
Roo/form/ComboBox.js

index e280a34..9cbfecf 100644 (file)
@@ -727,7 +727,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
     // private
     reset : function(){
         // overridden so that last data is reset..
-        this.setValue(this.resetValue ? this.resetValue : this.lastQuery);
+        this.setValue(this.resetValue);
         this.clearInvalid();
         this.lastData = false;
         if (this.view) {