Roo/bootstrap/form/Input.js
[roojs1] / roojs-bootstrap-debug.js
index 5a4a3c1..36ea459 100644 (file)
@@ -13135,9 +13135,10 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
     setValue : function(v){
         this.value = v;
         if(this.rendered){
-            this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
-            Roo.log('VALIDATE ON SET VALUE');
             Roo.log(this.name);
+            Roo.log(v);
+            Roo.log('adsad');
+            this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
             this.validate();
         }
     },