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

Provide more events in left-sidebar and right sidebar #407

Closed
mateusavila opened this issue May 25, 2023 · 0 comments
Closed

Provide more events in left-sidebar and right sidebar #407

mateusavila opened this issue May 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mateusavila
Copy link

I was trying to create a custom select date using left-sidebar, and the only function is available for me is handleMonthYearChange. Can you put more events? I explain: I needed to pick a date in 30, 60, 90 and 180 days, and the easiest way is programatically picking the date. If I try to change the v-model, the calendar didn't pick the date. So, I need to use the built in functions to make it work.

This is the code right now:

<slot name="left-sidebar" v-bind="{ handleMonthYearChange }" />

The proposal will be:

<slot name="left-sidebar" v-bind="{ handleMonthYearChange, ...all the other functions that change the calendar }" />
@mateusavila mateusavila added the enhancement New feature or request label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant