MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
I use clien side blazor. In dropdown datepicker menu I choose the current date but bind property display date one day before.
**Describe the bug** I have a blazor app where I am using the MatSelect component. I have a Disabled State based on a couple of booleans like so: ``` Please...
Describe the bug: When using MatAutocomplete (even with a basic list of strings), clicking into the input and immediately typing quickly causes JavaScript interop errors, which crash the Blazor Server...