Roo/form/ComboBox.js
authorEdward <edward@roojs.com>
Fri, 7 Mar 2014 09:20:18 +0000 (17:20 +0800)
committerEdward <edward@roojs.com>
Fri, 7 Mar 2014 09:20:18 +0000 (17:20 +0800)
Roo/form/ComboBox.js

index cc1bcd0..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.originalValue);
+        this.setValue(this.resetValue);
         this.clearInvalid();
         this.lastData = false;
         if (this.view) {