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** Im use MatDatePicker Component and its Icon and calendar not same to Material Date picker icon and calendar **Screenshots** Material DatePicker: ![image](https://user-images.githubusercontent.com/52113379/131323221-22aeaffa-da2d-497b-895f-e926332a8d9e.png) MaBlazor DatePicker: ![image](https://user-images.githubusercontent.com/52113379/131324914-b9e5bbb3-062f-42bf-b461-07c49f4293c0.png)

I'm excited there is a date picker now! Would it be possible to also get the time options bound to the underlying control?

![image](https://user-images.githubusercontent.com/12803050/129405174-f18a870e-5ad5-420e-b3ac-3d90d9fd2546.png) I was loading a combo with the available icons and I noticed that some are bringing broken values, including duplicates.

bug

**Describe the bug** The MatSelect together with the EditContext IsModified() only triggers on the second select. ``` @foreach (var park in parks) { @park.Name } ``` **To Reproduce** Steps to...

bug

I find MatBlazor's controls (buttons, comboboxes, icons, ect.) too large for my application. Is there any way of sizing down MatBlazor components? Only solution I have found so far is...

question

**Describe the bug** The bug that we have found is in terms of the MatSelect component, but I believe the MatCheckbox also suffers the same issue. If you have a...

bug

**Describe the bug** When calling the MatDialogService.AskSync to show a popup, mdc-dialog-scroll-lock gets added to . When the user clicks on one of the supplied answers, the dialog closes, without...

bug

Can someone tell me where the --mdc-typography-* class of variables are defined?

question

**Describe the bug** I want the details sections of `MatAccordion` to animate when animating and collapsing. Setting the transition styles don't work. I've tried applying the `Style="transition: height 1s"` to...

bug

I am using the DatePicker with Enable24hours set to "true". When I change the hour on the dropdown calender and I press TAB, the cursor moves to the minute field...

bug