Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Tue, 10 Jul 2018 04:43:18 +0000 (12:43 +0800)
committerEdward <edward@roojs.com>
Tue, 10 Jul 2018 04:43:18 +0000 (12:43 +0800)
Roo/bootstrap/Input.js

index 7917f7d..59d38d4 100644 (file)
@@ -654,7 +654,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
             if(this.allowBlank){
                 return true;
             }            
-            return this.inputEl().hasClass('hide') ? true : false;
+            return this.inputEl().hasClass('hidden') ? true : false;
         }
         
         if(value.length < this.minLength){