MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
**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...
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...
 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?
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...
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...
  a select type component should not interfere with anything around it, but should be on top.
**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....