-
### Description
Moved from https://github.com/dotnet/blazor-samples/issues/378 ...
https://github.com/dotnet/blazor-samples/blob/d000234099558a1db2258a77d242e04ef2a9cfe7/8.0/BlazorWebAppEFCore/Compo…
-
# 🐛 Bug Report
Our Blazor components currently throw an error when used inside an EditForm element.
## 🤔 Expected Behavior
Some attributes of a good integration:
- Edit Form Modeling
- N…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I recently updated to .net 8.
I have both VS 2022 and 2022 Preview version installed.
1.…
-
### Description
The solution described in the article works and is highly valuable.
However, following the steps creates an environment that is highly atypical and difficult to use. It is unclear wh…
-
**Describe the bug**
In TB Q4 2024 when a style is set for a TabStripItem, the application generates CSS selector that contains CSS class **k-tabstip-item** (note this class is different from the **k…
-
### Is your feature request related to a problem?
Yes. I am trying to unit test a frontend service that relies on the `ModalService`, but I cannot make a mock using [Moq](https://github.com/devlo…
-
### Describe the bug 🐞
Getting this error on a .NET 8 Blazor Web App, when render mode gets to WASM.
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unh…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Some Blazor components work only wi…
-
### Description
The documentation says:
"Two-way binding to a property with get/set accessors requires discarding the [Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task) …
-
Hi Blazor Folks,
I’m using Blazor Static Server-Side Rendering (SSR) for my project, where the interactivity is handled exclusively via JavaScript. In my workflow, I have certain JS components (e.g.,…