Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Wed, 1 Aug 2018 05:20:40 +0000 (13:20 +0800)
committerEdward <edward@roojs.com>
Wed, 1 Aug 2018 05:20:40 +0000 (13:20 +0800)
Roo/bootstrap/Input.js

index 82d19fd..83c010b 100644 (file)
@@ -759,7 +759,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
      */
     reset : function(){
         this.setValue(this.originalValue);
-        this.startValue = this.originalValue;
+        this.startValue = this.getValue();
         this.validate();
     },
      /**