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

Do the components work with screen readers for the visually impaired?

question

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...

question

When a MatSelectItem is put into a layout grid as in the following code: ![image](https://user-images.githubusercontent.com/45046695/125141921-fbafe380-e0db-11eb-8cea-b110d761e7f4.png) The item looks like this on the page. The up/down arrows are distorted and both...

bug

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?

question

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...

bug

**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...

question

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...

bug

**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**...

bug