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

**Describe the bug** MatAutoCompleteList Class attribute is not applied in HTML. **To Reproduce** d.Name) Outlined="true" Label="Select a district" Class="form-input"> **Expected behavior** The "form-input" class is expected to be added in...

bug

Look at https://github.com/SamProf/MatBlazor/blob/master/src/MatBlazor/wwwroot/dist/matBlazor.css You are referencing https://fonts.googleapis.com. I would consider it a requirement. These fonts are generated based on the client that is requesting them. It is not a trivial...

Hi, I have a web app (blazor) that is connected to a server via signalr. The web app has a scoped IMatToaster service. When the app receives two notifications in...

![image](https://user-images.githubusercontent.com/4015237/143094151-4dba5f1c-62f1-489f-8633-8e989109395b.png) Example when using diagrams.net (Draw.io) Integration and Select. z-index from `.mdc-line-ripple` https://github.com/jgraph/drawio-integration

Tom grows broccoli. Mark grows broccoli too. Alice grows broccoli too... Tom + Mark + Alice grow better broccoli. Unity is strength Do you know what I mean?

question

When implementing the MatFileUpload component in a razor page, the functionality works but the paperclip icon is missing. (referenced in the source code MatFileUpload.razor file -> @MatIconNames.Attach_file) In place of...

I don't know if you guys use BUnit, component to test Blazor. I'm trying to initialize the IMatDialogService, but I can't manually initialize this service. `ctx.RegisterDialogService(typeof(ChangeDialog), new());` ``` public static...

question

Placing a `MatPortalHost` into a `MatThemeProvider` doesn't apply the defined `MatTheme` on dialog elements (e.g. the popup of a `DatePicker`) **To Reproduce** Place a `MatPortalHost` into a `MatThemeProvider` and apply...

bug

![image](https://user-images.githubusercontent.com/12803050/136399155-707d21da-bcf4-4e7f-95e0-6998148d8b7c.png) ![image](https://user-images.githubusercontent.com/12803050/136399195-e9ec5e8e-968c-4608-be8a-107c29c5c486.png) a select type component should not interfere with anything around it, but should be on top.

bug

**Describe the bug** Click a MatButton that removes an item from a list bound in MatSelect, then sets a selected index on MatSelect to a valid index in the list....

bug