Riley Nielsen
Riley Nielsen
### .NET version 6.0.5 ### Did it work in .NET Framework? Not relevant to WebView2. ### Did it work in any of the earlier releases of .NET Core or .NET...
## Description In some instances on Blazor Server, calling `Reset` on an autocomplete will cause the item Popover to open.  ## How Has This Been Tested? All existing unit...
Link labels do not render at all when using Firefox. This can be reproduced on the [Blazor Diagrams home page](https://blazor-diagrams.zhaytam.com/):  Expected result:  I have tested Firefox on (latest...
Zooming in or out in Chrome causes my paths to break:  They should look like this: 
I'm loving this and it works great for my Dell R210 II, but I also have a server with a Supermicro X9 SRL-F board. Looking at the startup.sh I suspect...
## Description This PR will track the development of a new component that will implement CSS grid, providing a more advanced alternative to flexbox. It may find its resting place...
## Description This PR adds a ValueChanged event to the `CellContext` for use in the `EditTemplate`. ## How Has This Been Tested? Working on unit tests ## Types of changes...
## Description This PR makes the breaking changes previously in #5467. ## How Has This Been Tested? All existing tests pass. ## Types of changes - [ ] Bug fix...
### Vibe version 3.51.3 ### Describe the bug When scaffolding a project using the Vite React +Typescript template, `@vibe/core/tokens` doesn't import. correctly. If the corresponding JavaScript template is used, the...
As @mckaragoz and I discussed on discord, the combobox passes only the last item into `FieldChanged`, as this method is called within `SetValuesAsync` of the `MudBaseInput` ([see](https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Base/MudBaseInput.cs#L568)). I would consider...