Riley Nielsen

Results 37 comments of Riley Nielsen

@Eilon I have prepared a minimal repo here, complete with simple reproduction steps: https://github.com/Mr-Technician/BlazorWebview2Minimal

The configuration option isn't being passed to the service correctly, as far as I can tell. I'm looking more closely now.

This is being merged into the .net 7 branch, right? Don't want it to get lost. 😅

It looks like you added a .razor file for the test but didn't add a test here: https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor.UnitTests/Components/ChipSetTests.cs

~~Ok, not sure what's up with this failing test, it's indicating the popover isn't opening at all when searching in the failed test, but if I switch back to the...

Ok, the issue here is the `_suppressPopup` flag isn't getting set to false in the unit test (and probably wouldn't in normal WASM either).

I think I'm barking up the wrong tree. The Popover only comes up again if you have modified the text manually, not if you simply select an option. So something...

Ok, here's an update on what happens with the method calls that occur and some variables at the time of calling. Server, coerceValue true, after typing a value that is...