Roo/bootstrap/form/Input.js
[roojs1] / roojs-bootstrap-debug.js
index 64b1f74..36a48c6 100644 (file)
@@ -13108,6 +13108,8 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
      * @param {Mixed} value The value to set
      */
     setRawValue : function(v){
+        Roo.log(this.name);
+        Roo.log(v);
         return this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
     },
     
@@ -13657,7 +13659,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;
         }