Michel Jansson
Michel Jansson
I had the same issue a couple of years ago - I ended up doing a fork to get around that. You can try it out if it works for...
> I'm not able to reproduce this: https://blazorrepl.telerik.com/QQkAYhPA46GlQcOi22 > > @MichelJansson Can you share a repro project? @danroth27 Thanks for looking into this! Hmm - the link you shared does...
I really can't get it to work in chrome... Tried turning off all plugins, allowing all cookies, incognito, etc. - no joy. Also tested on my Mac: `Chrome 102.0.5005.61 (Official...
No errors in console. I think I maybe managed to narrow it down somewhat by stepping the minified JS: - It's after the linked line the select goes blank: https://github.com/dotnet/aspnetcore/blob/v6.0.5/src/Components/Web.JS/src/Rendering/BrowserRenderer.ts#L582...
> Seems it may be related to using ICU? See [dotnet/runtime#47524](https://github.com/dotnet/runtime/issues/47524) Thanks! Although I don't fully understand that issue, the symptom seems to be the same, and I too am...
@TanayParikh, thanks for looking into this. I have yet to install .NET7, will have to get back to you later.
Thanks for all your brain power! Personally I would have expected the `value` attribute to be invariant-culture and agree with @Eilon. But as for the workaround to use strings and...
None of the solutions that updates the browserslist was working for me, but running the commands that was initially used to generate the node_modules folder worked. 1. Make sure npm...
Same here, server is stopped but no Close event is received. @mduint32, have you found any downsides to your fix? Should we make a PR?
+1 for `SurroundWith` function for the C# code part of the .razor file.