Roo/bootstrap/TextArea.js
authoredward <edward@roojs.com>
Tue, 18 Oct 2016 05:56:17 +0000 (13:56 +0800)
committeredward <edward@roojs.com>
Tue, 18 Oct 2016 05:56:17 +0000 (13:56 +0800)
Roo/bootstrap/TextArea.js

index e245554..de419fe 100644 (file)
@@ -259,9 +259,8 @@ Roo.extend(Roo.bootstrap.TextArea, Roo.bootstrap.Input,  {
         
         this.el.addClass(this.validClass);
         
-        Roo.log('run??');
         if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank && (this.getValue().length || this.forceFeedback)){
-            
+            Roo.log('in???');
             var feedback = this.el.select('.form-control-feedback', true).first();
             
             if(feedback){