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

index 97bd3c7..e245554 100644 (file)
@@ -259,6 +259,7 @@ 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)){
             
             var feedback = this.el.select('.form-control-feedback', true).first();