Roo/bootstrap/form/Input.js
[roojs1] / Roo / bootstrap / form / Input.js
index 3ceef28..969c79f 100644 (file)
@@ -682,8 +682,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
     validate : function(){
         //if(this.disabled || this.validateValue(this.processValue(this.getRawValue()))){
         if(this.disabled || this.validateValue(this.getRawValue())){
-            Roo.log(this.name);
-            Roo.log('MARK INVALID');
             this.markValid();
             return true;
         }
@@ -817,9 +815,12 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
      * @return {Mixed} value The field value
      */
     getValue : function(){
-        
         var v = this.inputEl().getValue();
-        
+        if(this.name == 'release_content') {
+            Roo.log('GET VALUE');
+            Roo.log(inputEl());
+            Roo.log(v);
+        }
         return v;
     },
     /**