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

index 93a8a44..da4d2e1 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.setStyle('height', 0);
                 v.hide();
             })