Roo/form/MonthField.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 10:05:36 +0000 (18:05 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 10:05:36 +0000 (18:05 +0800)
Roo/form/MonthField.js

index dfcbcad..17cb3cd 100644 (file)
@@ -319,6 +319,7 @@ dateField.setValue('2006-5-4');
             scope:this
         }));
         this.menu.picker.setValue(this.getValue() || new Date());
+        this.menu.picker.hideMonthPicker(this.hideMonthPicker);
         this.menu.show(this.el, "tl-bl?");
     },