DateField month/year picker not working properlyWhen I try to chose a month/year the monthpicker is closing on mouse click. Doesnt work properly
fieldLabel: 'Resp. due date >',
xtype: 'datefield',
scope: this,
name: 'respondByDate',
minValue: minDate,
maxValue: maxDate,
value : defaultDate,
format: 'd-M-Y',
Note: I looked at this thread, tried to use this override fix but doesnt work for EXT JS 4.2 version.
http://www.sencha.com/forum/showthread.php?290305-5.0.1-Ext.picker.Month-closing-on-body-click&p=1061001