Closed Pvxtotal closed 1 year ago
It looks like some styles are missing. But it looks more like a MudBlazor problem than a MudCalendar problem. If you were just missing the MudCalendar styles then the buttons would still look correct.
Did you upgrade the version of MudBlazor you are using? Maybe your browser has cached an older version of the MudBlazor stylesheet.
It looks like some styles are missing. But it looks more like a MudBlazor problem than a MudCalendar problem. If you were just missing the MudCalendar styles then the buttons would still look correct.
Did you upgrade the version of MudBlazor you are using? Maybe your browser has cached an older version of the MudBlazor stylesheet.
My MudBlazor version is 6.2.2 - I tried on multiple browsers, same result. I'll try to downgrade my MudBlazor version.
Edit: I tried to downgrade MudBlazor to 6.1.9, unfortunately I got the same result
You don't need to downgrade MudBlazor - just make sure the stylesheet isn't cached. e.g. by clearing the browser cache.
Does the rest of your application still work? Do other MudBlazor components still look OK?
Can you tell me: Are you using Blazor wasm or server? Are you using .Net 6 or 7?
You don't need to downgrade MudBlazor - just make sure the stylesheet isn't cached. e.g. by clearing the browser cache.
Does the rest of your application still work? Do other MudBlazor components still look OK?
Can you tell me: Are you using Blazor wasm or server? Are you using .Net 6 or 7?
Blazor Server - .NET 7
The rest of application looks good. Everything's OK.
I tried to clear cache, I tried to open in private tabs, same result.
If I downgrade MudCalendar to 1.0.3 it goes back to normal.
I was able to recreate your problem now. I will fix it.
Hi! Thank you for fixing issue #9 .
Unfortunately after updating to 1.0.4 my calendar looks like this. Can you help me?