MatBlazor
MatBlazor copied to clipboard
Material Design components for Blazor and Razor Components
I can't upgrade past MatBlazor 2.6.2 as the SelectItem component stops showing the items when clicked on. Worse, it works, and then doesn't! I know this sounds rediculous, so I'll...
When I use the MatTooltip with MatAutocompleteList, it is not working. I always get the following error: ``` Error: Microsoft.JSInterop.JSException: n.addEventListener is not a function TypeError: n.addEventListener is not a...
**Describe the bug** Not sure what I'm doing wrong but trying to load _Items_ for a _MatSelectValue_ async from a database and getting NRE (null reference exception) **To Reproduce** Sample...
Following the guide from https://www.matblazor.com/ Install section / Static files does not say how to get the matBlazor.js file. ``` Static files For client-side and server-side Blazor - add script...
**Describe the bug** This can be reproduced on matblazor's website. Click on new link, scroll position should reset to the top and not keeping previous page's scroll position. This happens...
**Describe the bug** When you are removing the last item in a MatSelectValue it will break. **To Reproduce** Steps to reproduce the behavior: 1. Create MatSelectValue with a binding 'Items'...
Fix wrong formula to allow to displayed all items when scrollviewer is visible
During scrolling in VirtuallScroll block appear System.Text.Json.JsonException Steps to reproduce the behavior: 1. Generate a VirtuallScroll block  2. Open a browser and start scrolling the block 3. See the...
**Describe the bug** Tab UI does not adapt to mobile.. should shrink margins and add scroll buttons when too narrow to view. **To Reproduce** Go to demo page for tabs,...
**Describe the bug** When we MatFileUpload is used like in the example page (https://www.matblazor.com/FileUpload) our app stops reacting to anything and the ram usage of chrome keeps growing if we...