-
A continuation of https://github.com/mono/mono/issues/12917.
## Steps to Reproduce
1. Install .NET Core 3.1.102
2. Clone https://github.com/akorchev/blazor-wasm-datagrid
3. Publish in prod…
-
I'm using Visual Studio Code and in the second preview document we are told to add the code for showing the dialog window `` but there's an error or tokenization issue that says this is an unexpected …
-
### Describe the bug
Trigger a click event via Javascript on an input element of type file is not working.
When searching the web for my problem i found [this](https://stackoverflow.com/questio…
-
1. Create a default ASP.NET Core hosted Blazor WebAssembly app.
1. Hit F5 in Visual Studio.
1. As soon as a browser window started to launch, the debugging session failed.
![image](https://user-ima…
-
One frustration I have had is in the use of RenderFragment. This is related to the polymorphic lists you are looking at.
What I wanted to be able to do is have component at the very top level (app)…
-
Because App.razor of Blazor project is not save with encoding default by UTF-8 (the default encoding is Chinese Traditional (Big5) - Codepage 950), cannot show any Chinese text of UTF-8.
To Reprodu…
-
Not sure if you use the `` component but the *Add Todo* dialog fails (console details below)
The datetime input isn't rendering correctly. The viewed date looks like this:
![image](https://user-…
-
### Describe the bug
Cannot see and select 'Blazor WebAssembly App' template in Visual Studio Mac in 'new project' dialog
### To Reproduce
Just start Visual Studio and hit 'New Project' from the …
-
Hi there,
I'm a big fan of Blazor, I think it's a real game-changer, the best thing to enter the ASP world since MVC.
Anywho, I have a situation where I would like to show some basic message box…
-
I'd like to pass onClose to Show method like win forms show dialog
It will free programmers from handle subscribe/unsubscribe.
Also it useful if any error was thown before unsubscribe
Look like tha…