Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a year picker? #1

Closed
gustojs opened this issue Oct 31, 2017 · 2 comments
Closed

Is there a year picker? #1

gustojs opened this issue Oct 31, 2017 · 2 comments

Comments

@gustojs
Copy link

gustojs commented Oct 31, 2017

I'm browsing through the examples and API but can't find it. Is there a way to use the v-calendar to quickly set a particular year? For example, to set the date of my birthday without clicking the "previous month" 50 times and without using the keyboard to enter the date in the input field.

@HapLifeMan
Copy link

The very last important feature to implement before I use v-calendar on my websites 👍🏻

@nathanreyes
Copy link
Owner

nathanreyes commented Nov 1, 2017

Thanks for the feedback. Currently, the only way to accomplish this is use utilize the header title slot to insert your own controls, and call props.page.move(month, year) within the slot to perform the navigation.
I would still like to document this strategy as I think it would be helpful, but I agree there should a built-in way to handle what you are trying to do. I'll fit it in the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants