Closed TDroogers closed 1 year ago
Thanks for reporting the bug, I will take a look at it.
There are already properties to hide views you don't want. e.g. If you don't need the day view you can set ShowDay = false.
You should be able to compile the MudCalendar project. To compile the whole solution you need MudBlazor as well because the Docs use MudBlazor.Docs.
I have a fork of MudBlazor in my github. To compile the whole solution you need to clone this repo and checkout the mudcalendar branch. Your file structure should look like:
MyProjects | -> MudBlazor | -> Heron.MudCalendar
I have the same file structure, but had never build MudBlazor in release. After doing that it did compile!
I somehow mist those ShnowDay, but is there also an option to hide the DatePicker?
There isn't currently an option to show/hide DatePicker, but I will add one.
Thanks!
Hi, I like this extension :)
But I found a bug, when you change month with the DatePicker the Calender is not updated. And when you change month with the arrows the DatePicker is not updated.
And also a future request, can you make it possible to hide the date picker and some views (month/week/day)?
I can not compile your project. It can not find
using MudBlazor.Docs.Extensions;