X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FInput.js;fp=Roo%2Fbootstrap%2FInput.js;h=cfa88f87d6c4fa52834da93c6fd0dbe3ad13807a;hb=a03f7f588dfe4dfdcd5bc2ac3ef13097a70a1f2b;hp=f5e1ead2fdb2d09cbb412f1d803dc914a1df1644;hpb=98fd909b2f0dfff680732c0678723e1daf0e41f3;p=roojs1 diff --git a/Roo/bootstrap/Input.js b/Roo/bootstrap/Input.js index f5e1ead2fd..cfa88f87d6 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -817,7 +817,6 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { */ setValue : function(v){ this.value = v; - this.startValue = v; if(this.rendered){ this.inputEl().dom.value = (v === null || v === undefined ? '' : v); this.validate();