MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
Do the components work with screen readers for the visually impaired?
Is there a way to highlight a MatTableRow based on conditional values in the row? i.e. where @context.Prediction = @context.Result @context.RowID @context.Name ... ... @context.Result @context.Prediction
From what I've been able to understand, the Angular MatSortHeader implements a disableClear attribute for disabling the MatSortDirection.None state in sorted columns; i.e., when disableClear = true, then clicking a...
When a MatSelectItem is put into a layout grid as in the following code:  The item looks like this on the page. The up/down arrows are distorted and both...
Is it possible to style MatFileUpload so it looks like a MatButton? OnChange is raised when file name changes. How to allow to upload the same file name again?
MatBlazor does not seem to support Blazor CSS isolation for its components. Steps to reproduce: 0) Create a server side blazor project and add MatBlazor through nuget. 1) Create a...
**Describe the question** Is there a way to wrap tabs when using the MatTabBar? **Blazorfiddle link** https://blazorfiddle.com/s/ms73zfjj **Expected behavior** I would like to be able to have the tabs wrap...
Is there a way to make a MatSelect Multi-Column, there are few use cases where we need to have two columns to show/select data from available options. For example, if...
When using "FullWidth" option in matSelect component into table (Mat table component) the container of matSelect cut off in table (hidden behind table) Steps to reproduce the behavior: 1. create...
**Describe the bug** The Class function in Autocompletelist does not work. **To Reproduce** Steps to reproduce the behavior: 1. Add any class and see if works. I.E. Class="d-none" **Expected behavior**...