lilcodelab / Xamarin.Plugin.Calendar

Calendar plugin for Xamarin.Forms
MIT License
260 stars 60 forks source link

SelectedDate not working v1.4.5304 #107

Open gjhdigital opened 3 years ago

gjhdigital commented 3 years ago

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.

![image](https://user-images.githubusercontent.com/5294747/130980342-b06c7bac-6bad-4539-a558-9565a1d3e6c7.png) Is this a bug? thoughts?
Hanisafa commented 3 years ago

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

vallgrenerik commented 2 years ago

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.

vallgrenerik commented 2 years ago

Reverting back to 1.2.2936 fixed it

andres-fg commented 2 years ago

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?

PonyOny commented 1 year ago

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.