MudNumericField not Immediate when operated
Currently, I have created a Blazor Server App .Net 8.0 project using MudBlazor, in the .razor page I have created a MudNumericField
Freeze Left Column in MudBlazor
Currently I have a form that displays a list on a MudTable and freezes the first column on the left, everything is working fine.
MudMenu does not work correctly with MudTable
I want to use MudMenu as a context menu for MudTable. After several attempts, I found two cases where MudMenu works but still has issues:
Any solution when @bind-Value and ValueChanged don’t work together?
I have a web part like below:
mudblazor expand and and selected values not working
Hello I’m kinda new at mudblazor and I don’t know how to manage with expand and show selected values. It shows the feature that I’ve waited and I can see the child features because expand button created but when I click expand button nothing happens. also when I click a feature I can’t see it on selected values part.
Mudblazor MudIconButton Disabled
I have a MudBlazorButtonGroup and wish to disable buttons based on some logic. The disabling is working, however I wish to make the icon grayed out when it is disabled. Perhaps I need two icons for each, but I don’t know how to select the grayed out one when disabled is true.
No overload for ‘Search1’ matches delegate ‘Func<string, CancellationToken, Task<IEnumerable>>’
I am learning about MudAutocomplete code from https://mudblazor.com/components/autocomplete#api and copy code to run test but I found error ‘No overload for ‘Search1’ matches delegate ‘Func<string, CancellationToken, Task<IEnumerable<string>>>”
MudBlazor – Multiline MudTextField not submitting form
In MudBlazor I have a MudTextField with AutoGrow
and MaxLines
enabled.
MudBlazor Rating equivalent that will show fractional stars?
I use the MudBlazor MudRating control for users to rate events. Works great for that.
How to expand a MudBlazor table with only 1 row
When I show the MudBlazor table, it initially looks like this: