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

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