Roo/form/ComboBox.js
[roojs1] / 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) {