allow string based values for comboboxarray
[roojs1] / Roo / menu / DateMenu.js
index 01ef6aa..3f60724 100644 (file)
@@ -19,7 +19,6 @@
  * @param {Object} config Configuration options
  */
 Roo.menu.DateMenu = function(config){
-    Roo.log(2)
     Roo.menu.DateMenu.superclass.constructor.call(this, config);
     this.plain = true;
     var di = new Roo.menu.DateItem(config);
@@ -35,10 +34,9 @@ Roo.menu.DateMenu = function(config){
      * @param {Date} date
      */
     this.relayEvents(di, ["select"]);
-
     this.on('beforeshow', function(){
         if(this.picker){
-            this.picker.hideMonthPicker(true);
+            this.picker.hideMonthPicker(false);
         }
     }, this);
 };