yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
108 stars 11 forks source link

Setting OtherMonthDayIsVisible to False is not working #77

Open usefulBeeing opened 1 week ago

usefulBeeing commented 1 week ago

Setting OtherMonthDayIsVisible property to False refreshes the Calendar (Update: and disables the selection of those days) but does not hide the next or previous month days.

<controls:Calendar OtherMonthDayIsVisible="False" OtherMonthDayColor="Red" />

OtherMonthDayIsVisibleFalseBug

Great plugin by the way! Straightforward and easy to work with.

Thank you for sharing this with the community.

yurkinh commented 1 week ago

Hi @usefulBeeing Thanks for the feedback. I will take a look at this issue in the next few days

usefulBeeing commented 1 week ago

I found a workaround by setting OtherMonthDayColor to Transparent.

yurkinh commented 1 week ago

Great! Easy to use workaround until I will fix this issue