allow string based values for comboboxarray
[roojs1] / Roo / menu / DateMenu.js
index 0d9accc..3f60724 100644 (file)
@@ -34,9 +34,10 @@ Roo.menu.DateMenu = function(config){
      * @param {Date} date
      */
     this.relayEvents(di, ["select"]);
-
     this.on('beforeshow', function(){
-        
+        if(this.picker){
+            this.picker.hideMonthPicker(false);
+        }
     }, this);
 };
 Roo.extend(Roo.menu.DateMenu, Roo.menu.Menu, {