Roo/form/ComboBox.js
authorEdward <edward@roojs.com>
Mon, 3 Sep 2018 05:35:18 +0000 (13:35 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Sep 2018 05:35:18 +0000 (13:35 +0800)
Roo/form/ComboBox.js

index 7455a85..957f67c 100644 (file)
@@ -727,6 +727,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
     reset : function(){
         // overridden so that last data is reset..
         this.setValue(this.resetValue);
+        this.originalValue = this.getValue();
         this.clearInvalid();
         this.lastData = false;
         if (this.view) {