Roo/bootstrap/form/Input.js
[roojs1] / roojs-bootstrap-debug.js
index 5b236bf..36ea459 100644 (file)
@@ -13000,8 +13000,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             if (typeof(msg) == 'string') {
                 this.invalidText = msg;
             }
-            Roo.log('validateValue');
-            Roo.log(msg);
             if(msg !== true){
                 return false;
             }
@@ -13137,6 +13135,9 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
     setValue : function(v){
         this.value = v;
         if(this.rendered){
+            Roo.log(this.name);
+            Roo.log(v);
+            Roo.log('adsad');
             this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
             this.validate();
         }
@@ -13659,7 +13660,7 @@ Roo.extend(Roo.bootstrap.form.TextArea, Roo.bootstrap.form.Input,  {
             this.el.select('.form-control-feedback', true).first().removeClass([this.invalidFeedbackClass, this.validFeedbackClass]);
         }
 
-        if(this.disabled || this.allowBlank){
+        if(this.disabled){
             return;
         }