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

index 22ac0e0..0d803de 100644 (file)
@@ -759,7 +759,6 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
     reset : function(){
         Roo.log('reset');
         this.setValue(this.originalValue);
-        this.startValue = this.getValue();
         Roo.log(this.startValue);
         this.validate();
     },