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

index 97bd3c7..ff23009 100644 (file)
@@ -262,7 +262,7 @@ Roo.extend(Roo.bootstrap.TextArea, Roo.bootstrap.Input,  {
         if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank && (this.getValue().length || this.forceFeedback)){
             
             var feedback = this.el.select('.form-control-feedback', true).first();
-            
+            Roo.log(feedback);
             if(feedback){
                 this.el.select('.form-control-feedback', true).first().removeClass([this.invalidFeedbackClass, this.validFeedbackClass]);
                 this.el.select('.form-control-feedback', true).first().addClass([this.validFeedbackClass]);