I need a simple way to select year with Ext.field.Date
component.
Ext.panel.Date
contains header with ability to select year. However, Ext.field.Date
, which internally use Ext.panel.Date
, doesn't contain this header.
Simple fiddle to illustrate what I mean.
How I can show this header in Ext.field.Date
picker? Maybe I missed some config or so? Or its a bug and I have to fix it in the source code?