yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
131 stars 12 forks source link

Shadow on selected day persists when unselected in specific cases #59

Open ross8alex opened 4 months ago

ross8alex commented 4 months ago

Specifically, when the date is from an Other Month date, then that month is switched into focus and the date is then unselected, the shadow persists.

image

Tested in Android, haven't tried in iOS yet.

ross8alex commented 4 months ago

Actually, when selecting any date, switching months, then switching back to the original month and unselecting the date, the shadow will still persist.

yurkinh commented 4 months ago

Hi @ross8alex Can you provide some minimal repro sample?