-
Notifications
You must be signed in to change notification settings - Fork 13
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
Clicking the current 'SelectedDate' on the calendar returns null. #18
Comments
Hi @Agistaris |
@yurkinh I was looking at the binding, is there a chance something like this might work? I also took a small wack at the 'BindableProperty' as well. Let me know your thoughts or if this conflicts with anything you can foresee? In my mind the null behavior is exactly what you want for the 'multi-selection' or 'range' variations of the calendar. However for the simple calendar, it may be more useful to retain the current date when clicking the current 'SelectedDate' more than once.
Perhaps it can be set as a 'bool' like 'RetainSelectedDate'.
|
@Agistaris Yes, we can do this but it is better to implement this property for all types of calendars otherwise we will get inconsistency |
To replicate, simply click the same date twice on the calendar and it will return 'null'. I believe the behavior should be to return the date regardless of it being the current 'SelectedDate'. Just trying to report as much as I can. This is the best Calendar I have found thus far. Whatever I can do to help, let me know!
I'm using this work around for now for my purposes (simplified my code for this example) to maintain the Selected Date Background color:
The text was updated successfully, but these errors were encountered: