Vue2-datepicker: [Feature request] Open datepicker with year selection

Created on 10 Dec 2019  路  6Comments  路  Source: mengxiong10/vue2-datepicker

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

image

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.

Most helpful comment

v3.3.0 add the default-panel.

<date-picker default-panel="year" />

All 6 comments

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!

Was this page helpful?
0 / 5 - 0 ratings