-
Notifications
You must be signed in to change notification settings - Fork 74
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
onDateClickListener #34
Comments
I have recently closed a similar issue. For now I decided to not give support to these before I refactor all the codebase and add support to manage events through the Calendar! |
@JonatanSalas hi, thanks for the info. I have another query/issue: isn't the onDateClickListener callback supposed to give us the selectedDate ? In my case I am only getting the current date as the param in the callback. Thanks ! |
Yes, the expected behavior for the callback onDateClickListener is to receive the date selected by the user. I've looked at the sample app, and seems that there's a bug with it. I will take a look today at the afternoon if I can, and release a bug fix version. Thank you for reporting it! |
@saikiapriyam This issue is currently solved, I have released the v1.5.2! Probe it and let me know if it works for you. Thanks again for reporting it! |
Is it possible to set the disabled date? eg. If I want the user to only select date from today, the days before today should be disabled.
The text was updated successfully, but these errors were encountered: