MatBlazor icon indicating copy to clipboard operation
MatBlazor copied to clipboard

Material Design components for Blazor and Razor Components

Results 124 MatBlazor issues
Sort by recently updated
recently updated
newest added

I have a MatDrawer holding a navigation menu in my app ``` @Body ``` The NavMenu component has the following: ``` home Home ... ``` The internal nav menu selection...

**Describe the question** I have grid with one of the columns as a checkbox inside of a template column. **Expected behavior** Assuming I have a integer columm named OnOff. This...

question

**Describe the feature request** MatTabGroup does not show the currently active tab after setting the tabIndex via ActiveIndex property in code behind, e.g. via `` or `` or ``. **Expected...

Hi thanks for great library. I wana know is there a way to use multiply MatMenu in a table column for every row? I tried exemples here https://www.matblazor.com/Menu but this...

**Describe the bug** As the title says, MatTooltip with disabled MatButton using RefBack="@context" does not show Tooltip. Works when the button is not disabled. **To Reproduce** Use this code: ```...

bug

I am trying to use MatSnackBar and have a variable for its content as follows: > Snackbar Status Message = @StatusMessage

question

Currently `MatCardContent` adds `mdc-card__primary-action` which makes the whole card have a pointer cursor and click effects. I can find no reference in either the Angular Material or the Material docs...

I am trying to implement tailwind classes with the functionality of the datatable etc. The problem is that the mdc class seems hard coded. Can it be removed with some...

question

When I try to set the column widths sometimes it creates a huge white space on the right side of the table, and makes the table much narrower than the...

**Describe the bug** If we use method SelectedChipChanged in MatChipSet, chips won't have check mark after click **To Reproduce** Steps to reproduce the behavior: 1. Add MatChipSet 2. Add Some...

bug