Roo/bootstrap/TextArea.js
[roojs1] / Roo / bootstrap / TextArea.js
index eccdae8..be7710d 100644 (file)
@@ -241,7 +241,7 @@ Roo.extend(Roo.bootstrap.TextArea, Roo.bootstrap.Input,  {
             icon.remove();
         }
         
-        this.el.removeClass(this.invalidClass);
+        this.el.removeClass([ this.invalidClass, 'is-invalid']);
         
         if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank){