I randomly found about the possibility to select the year by clicking on it, showing this screen:

Is it possible to open the datepicker with this view by default with props?
Indeed, when it is about birth dates, having to click back to 30-50 years is a wonderful pain while this screen makes it acceptable.
Couldn't find any reference in the doc for this.
I'll add prop to support it.
Looking forward! Do you want me to PR this? As for me the sooner the better. :smile:
PR welcome.
v3.3.0 add the default-panel.
<date-picker default-panel="year" />
You rock my world!
We should add it to documentation!
Most helpful comment
v3.3.0 add the
default-panel.