Roo/form/MonthField.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 09:07:35 +0000 (17:07 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 09:07:35 +0000 (17:07 +0800)
Roo/form/MonthField.js

index 080005d..60da9c5 100644 (file)
@@ -289,7 +289,9 @@ dateField.setValue('2006-5-4');
             this.menu.un("hide", ml.hide,  this);
         }
     },
-
+    onHide : function(){
+        return false;
+    },
     // private
     // Implements the default empty TriggerField.onTriggerClick function to display the DatePicker
     onTriggerClick : function(){