danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
174 stars 33 forks source link

Add CurrentDayChanged Parameter #70

Closed marcello-azeta closed 1 year ago

marcello-azeta commented 1 year ago

Hi, First of all, i would like to thank you for this component.

I'm facing a problem when using the parameter CurrentDay. Since there is not binding, I'm unable to keep the value of CurrentDay synced with the one of the page that is hosting the component. For example, when using the Day View, if I press the NextDay button the calendar does not change day.

Maybe introducing a CurrentDayChanged Parameter could solve this issue?