Xamarin.Plugin.Calendar
Xamarin.Plugin.Calendar copied to clipboard
SelectedDate not working v1.4.5304
Hello, great plugin first and foremost. But I cant seem to get the SelectedDate to work. The Month and Year work, but when I Bind the SelectedDate to a DateTime object set to 01/01/1980 or any other date, it does not highlight the date. I was expecting it to show the month day and year but it only shows the current day circled.
<controls:Calendar SelectedDate="{Binding SelectedDOB}"></controls:Calendar>

Is this a bug? thoughts?
same her , event in code , the event are visible , but the ui never changes . as a work around , i need to set the year and month property
Same here! @Hanisafa did you really solve it by setting the year and month property? When I bind Year + Month + SelectedDate + it still doesn't work.
Reverting back to 1.2.2936 fixed it
Apparently this was fixed, see issue #103, but I cannot find a new release that includes that fix.
Does anybody has a compiled release to use it? Any change to publish a new version to nuget?
Having the same issue, any plan on fixing this? it would be nice to be able to set the selected day on the calendar through binding.