Xamarin.Plugin.Calendar icon indicating copy to clipboard operation
Xamarin.Plugin.Calendar copied to clipboard

SelectedDate not working v1.4.5304

Open gjhdigital opened this issue 4 years ago • 5 comments

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>

image

Is this a bug? thoughts?

gjhdigital avatar Aug 26 '21 14:08 gjhdigital

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

Hanisafa avatar Sep 29 '21 10:09 Hanisafa

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 avatar Nov 17 '21 14:11 vallgrenerik

Reverting back to 1.2.2936 fixed it

vallgrenerik avatar Nov 17 '21 14:11 vallgrenerik

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?

andres-fg avatar Feb 02 '22 19:02 andres-fg

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.

PonyOny avatar Mar 02 '23 17:03 PonyOny