MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
**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:  MaBlazor DatePicker: 
I'm excited there is a date picker now! Would it be possible to also get the time options bound to the underlying control?
 I was loading a combo with the available icons and I noticed that some are bringing broken values, including duplicates.
**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...
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...
**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...
**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...
Can someone tell me where the --mdc-typography-* class of variables are defined?
**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...
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...