From d775f8bf2682d535ff5dbe0acedf7bdf7851e023 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Mar 2015 14:09:43 +0800 Subject: [PATCH] Roo/form/ComboBox.js --- Roo/form/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboBox.js b/Roo/form/ComboBox.js index 911feb5630..e280a3452a 100644 --- a/Roo/form/ComboBox.js +++ b/Roo/form/ComboBox.js @@ -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.lastQuery : this.resetValue); + this.setValue(this.resetValue ? this.resetValue : this.lastQuery); this.clearInvalid(); this.lastData = false; if (this.view) { -- 2.39.2