Roo/bootstrap/Input.js
authorjohn <john@roojs.com>
Thu, 7 Dec 2017 01:41:24 +0000 (09:41 +0800)
committerjohn <john@roojs.com>
Thu, 7 Dec 2017 01:41:24 +0000 (09:41 +0800)
Roo/bootstrap/Input.js

index fad768f..1f9edb3 100644 (file)
@@ -857,7 +857,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
      */
     markValid : function()
     {
-        if(!this.el  || this.preventMark){ // not rendered
+        if(!this.el  || this.preventMark){ // not rendered ...
             return;
         }
         
@@ -923,11 +923,9 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
             return;
         }
         
-        /*
         if(this.indicator){
             this.indicator.show();
         }
-        */
         
         this.el.addClass(this.invalidClass);