try and get ctrl-enter to add a clear all
[roojs1] / Roo / menu / DateMenu.js
index e7b13fe..3f60724 100644 (file)
@@ -34,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);
 };