MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
**Describe the bug** The MatNumericUpDownField has an up and down icon at the end of the field to increment or decrement the value. When you add an icon with IconTrailing="True",...
Added UpdateOnInput as a boolean to MatInputText to allow @bind:event="oninput" as described in this article: https://docs.microsoft.com/en-us/aspnet/core/blazor/data-binding?view=aspnetcore-3.1
Is there any support for a toggle button or toggle button group? I'm converting from bootstrap and could really use something similar. I see support for the Toggle button in...
**Describe the question** Is there a way to Make MatTable go to a specific page. Setting CurrentPage does not seem to do it. **Blazorfiddle link** https://blazorfiddle.com/s/8hra9leu **Expected behavior** When setting...
**Describe the feature request** The Google Material Design Icon collection is larger than the one currently supported in MatBlazor. It would be much more convenient if MatBlazor would support the...
**Describe the feature request** In my app, I want to disable certain chips in a choice `MatChipSet`. Obviously I can remove them (when the user is not Authenticated), but I...
**Describe the bug** Normally, MatNavItems should be highlighted when hovering over them with the mouse. This no longer happens. Only items that contain a MatNavSubMenu get highlighted. The same issue...
Steppers
I'd love to see steppers implemented https://material.io/archive/guidelines/components/steppers.html
**Describe the feature request** Right now you can hide the expansion icon with something like this and add your own: ``` .mat-expansion-panel span.after.material-icon { display: none; } ``` However, it...
**Describe the feature request** I would like to be able to set the focus on a MatButton programmatically. For now, this feature is not available yet. Microsoft offers the method...