Roo/bootstrap/DateField.js
[roojs1] / Roo / bootstrap / DateField.js
index f786358..4f7e916 100644 (file)
@@ -930,6 +930,10 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
     
     validateValue : function(value)
     {
+        if(this.getEl().hasClass('hidden')){
+            return true;
+        }
+        
         if(value.length < 1)  {
             if(this.allowBlank){
                 return true;