Roo/bootstrap/DateField.js
authorEdward <edward@roojs.com>
Thu, 23 Apr 2015 05:28:58 +0000 (13:28 +0800)
committerEdward <edward@roojs.com>
Thu, 23 Apr 2015 05:28:58 +0000 (13:28 +0800)
Roo/bootstrap/DateField.js

index b32da57..c4f5516 100644 (file)
@@ -187,6 +187,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
         
         if(this.singleMode){
             Roo.each(this.picker().select('thead tr th', true).elements, function(v){
+                v.setVisibilityMode(Roo.Element.DISPLAY)
                 v.hide();
             })
         }