MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
**Describe the feature request** What problem does this solve that MatBlazor isn't currently capable of? TreeView has issues with big datasets. I am currently using it with around 5k entries....
- No longer overwrite custom MatTable search field placeholder - No longer throw NullReferenceException on loading MatTable data when Items = null (unnecessary debugger stop - when set to break...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I get the following exception when using generating multiple toasts one after other: ``` System.ArgumentOutOfRangeException HResult=0x80131502 Message=Index was out of range. Must be non-negative and less than the size of...
**Describe the bug** When I open the SelectValue and then Scroll, the Selection does not stick to the input but scrolls with screen.  **To Reproduce** 1. Open https://www.matblazor.com/SelectValue with...
Description This issue have been talked about before, but from what Im seeing the bug is still here. Its very simple: Add MatDatePicker component and select a date. The output...
When I try to bind text field value to ```oninput``` event like this: `````` It raises the runtime exception ```System.InvalidOperationException: Unable to set property 'oninput' on object of type 'MatBlazor.MatTextField'....
**1. Extraction of Documation App Frame to be reusable & Generate XML Documentation and Razor View at runtime** I really like the way how you created your documentation, and would...
**Describe the question** When having a MatMenu in a MatList as part of the MatListItem, upon Deleting one item all other MatMenu's shuffle down one spot when clicking on the...
I want the upload file to accept only "pdf" file, like: How can I do that?