-
Notifications
You must be signed in to change notification settings - Fork 70
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
Setting Date not working properly on calendar view #41
Comments
@JonatanSalas Thoughts? |
@JonatanSalas Did you get a chance to get a fix in for this? |
@udaysrinath I'm full of work, and not able to take some time for reviewing it. As soon as I can I will put my efforts to solve this issue. |
@udaysrinath also, if you have identified the cause, I accept a PR to solve this issue. |
Thanks @JonatanSalas , lemme check if I get around to getting a PR out for it. |
@udaysrinath closing! |
I have a button which when pressed causes the calendarView to go to the current date and returns the selected date. There is no method on the calendarView which allows me to do this currently.
Here is what I did:
Navigate a few months out and then the jumpToToday button is pressed, executing the code below:
Issue : Calling the
update
on the calendarViewdoes not update thecurrentMonthIndex
(It needs to set to 0).Am I missing something? It seems there is no way to set a specified date and jump to the specific month, day on the calendar view.
The text was updated successfully, but these errors were encountered: