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 feature request** Currently when we want to use the MatFileUpload Component and get the content of the file in order to upload it to a server do do...

Localization will need to be addressed now that Blazor has support for it: https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-3.1 Looking for contributors or collaborator to take on the project. A contributor for Blazor Boilerplate had...

enhancement
help wanted

Hello, I'm trying to clear the selection on a MatList. I proceed this way : `matList.SetSelectedIndex(-1);` This doesn't work, but when I try to use `SetSelectedIndex()` for an existing element...

enhancement

It would be good to have a easy way to disable a MatTab by just passing a prop.

enhancement
help wanted
good first issue

Hi, Great project! Are there any plans for supporting a TreeView component? Thanks

**Describe the question** Is there a way to disable the behaviour where MatIcon shows as text while loading icon image? My UI thread is busy for a few seconds and...

question

Referring to how the other components do it but MatSlider is ValueMax / ValueMin / Step & MatNumeric is Maximum, Minimum and Step. I would like to see it consistent...

enhancement
help wanted
good first issue

Changed the occurrences of ValueMax and ValueMin in the MatSlider to Max and Min respectively. Changed the occurrences of Maximum and Minimum in the MatNumericUpDown to Max and Min respectively.

In my app I want to clear MatSelectItem's value at a certain point. It seems to be working fine overall but produces an error "Uncaught (in promise) Error: System.FormatException: Input...

bug

**Describe the question** I have implemented MatBlazorTable and first columns has MatBlazorCheckbox. I couldnt find how to implement Select All feature. **Expected behavior** I would like to add Select All...

enhancement
help wanted
good first issue
question