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

index 60da9c5..9b401c5 100644 (file)
@@ -305,7 +305,7 @@ dateField.setValue('2006-5-4');
         }
         
         Roo.apply(this.menu.picker,  {
-            hideMonthPicker : this.show,
+            hideMonthPicker : this.onHide,
             showClear: this.allowBlank,
             minDate : this.minValue,
             maxDate : this.maxValue,