MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
Hi is there a way to set the 'rows' property of a text area in the MatTextField?
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 
**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...
**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,...
The progressCircle component when rendering does not correctly generate the circle.  
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)...
**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`...