Roo/bootstrap/Form.js
authorEdward <edward@roojs.com>
Tue, 2 Oct 2018 09:10:43 +0000 (17:10 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Oct 2018 09:10:43 +0000 (17:10 +0800)
Roo/bootstrap/Form.js

index f09af63..fd22653 100644 (file)
@@ -584,11 +584,6 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
                 return;
             }
             
-            if(f.xtype == 'DateField'){
-                f.setVisible(false);
-                return;
-            }
-            
             f.hide();
             
         }, this);
@@ -604,11 +599,6 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
                 return;
             }
             
-            if(f.xtype == 'DateField'){
-                f.setVisible(true);
-                return;
-            }
-            
             f.show();
             
         }, this);