yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
142 stars 13 forks source link

Setting OtherMonthDayIsVisible to False is not working #77

Closed usefulBeeing closed 3 months ago

usefulBeeing commented 4 months 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 4 months ago

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

usefulBeeing commented 4 months ago

I found a workaround by setting OtherMonthDayColor to Transparent.

yurkinh commented 4 months ago

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