MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
**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...
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...
It would be good to have a easy way to disable a MatTab by just passing a prop.
TreeView
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...
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...
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...
**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...