-
I've created several small blazor-components.
One is called **Dialog** inside the **Shared**-folder (also tried other names).
When I try to use this component inside another component like
```
…
-
I have a overlay background element and dialog inside. The problem is that onclick event of overlay div is fired event if that div is under dialog. That cause me closing the dialog. Then I tried to so…
-
I am trying to debug the application but since it's started from the BlazingPizza.Server Project and not the BlazingPizza.Client Project the debugger does not seem to start.
After entering the keys…
-
# Blazor Windows Authentication on Kestrel works locally only
https://stackoverflow.com/questions/59204346/blazor-windows-authentication-on-kestrel-works-locally-only-an-anonymous-reques
# Softw…
-
### Is your feature request related to a problem?
I created a PopupService.Show method which show a component as a popup/modal dialog which can be used like this.
```
var result = await PopupS…
-
Currently in my project i am creating a component(Server-side), While calling the `StateHasChanged()`.
It throws an exception error `The render handle is not yet assigned`.
`@Updatedvalue`
…
-
I do follow this guid.
=> https://blazor.net/docs/get-started.html
![image](https://user-images.githubusercontent.com/12793024/39457191-43a96ce0-4d16-11e8-99c0-3f1383d0d822.png)
At step 4 > Pre…
-
I created a dynamic Blazor component as follows:
ModalDialog.razor
```
@Title
×
…
-
Where it says:
8. For a Blazor client-side experience, choose the Blazor (client-side) template.
Blazor (server-side) is in the list, but not client-side.
---
#### Document Details
⚠ *Do not edit th…
-
_From @henrikmbach on Wednesday, 06 February 2019 14:46:21_
VS 2019 Preview 2.2
Blazor 0.8.0
I get this error in my browser:
"HTTP Error 502.5 - Process Failure"
"dotnet --info" on command …