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

Hi is there a way to set the 'rows' property of a text area in the MatTextField?

enhancement

When using a MatBlazor DatePicker and settign Disabled="true", then the input label is disabled, but the button next to the input field isn't. When (manually) adding "disabled" to the HTML...

is there is a way to set the width of a Dialog to be stretched based on the content or even given a fixed value ![Screenshot_2019-07-07 TestMatBlazor](https://user-images.githubusercontent.com/9746768/60765892-fdd4a700-a0a9-11e9-8fb7-b71099a17fee.png)

Hacktoberfest

Please see https://material.io/components/tabs/

enhancement

**Describe the question** Documentations does not give any examples and/or details on how to add dark theme for your website, are there any resources that helps to add it? Or...

question

**Describe the bug** When a dialog is opened with DialogService and then closed, scrollbars on main page are hidden. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.matblazor.com/DialogService,...

bug

The progressCircle component when rendering does not correctly generate the circle. ![ProgressCircleBagRender](https://user-images.githubusercontent.com/2765002/148676569-2578a505-8667-46d1-82d0-2653a2dd7cb8.PNG) ![image](https://user-images.githubusercontent.com/2765002/148676588-af274785-7ebd-40ad-a5c1-0616b25b80ac.png)

bug

Hi. I am using MatSelectItem in my project and it throws an error: ``` Uncaught (in promise) Error: System.FormatException: Input string was not in a correct format. at (wrapper managed-to-native)...

bug

**Describe the bug** MatSelectItem not updating Value **To Reproduce** ``` @method?.Name @method?.Description ``` This just doesn't work. The list is populated but the selection is not set even though `Item.Method`...

bug