-
Greetings,
I try to use this package in the following setup:
**Localization Class Library:**
In this class lib the nuget package is installed, this also has the `i18ntext` folder with the json…
-
### Describe the bug
Using Task.WaitAll was working on Blazor WASM 3.2.0 and is throwing an exception when using it on .Net 5.0.
### To Reproduce
Create a Blazor web assembly project for .N…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Using per page/component render modes, cascading parameters turn null after rendering.
…
-
# 🐛 Bug Report
I chose "bug" over "feature request" since a component named `FluentNumberField` should have supported the unsigned equivalents of `int`, `long`, `sbyte` & `short` right from the start.…
-
## What would you like to be added:
Support for the BlazorWebView control.
## Why is this needed:
Blazor components can be used inline without running in Web Assembly.
## For which Pla…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
It seems fallback policy is broken for all blazor modes.
```
services.AddAuthorization(o …
-
I have broken Click Statistics page.
Can you help me?
![image](https://github.com/user-attachments/assets/cadbab77-0bf6-411b-b14e-efb317e274db)
-
### Discussed in https://github.com/jsakamoto/BlazingStory/discussions/30
Originally posted by **aglasencnik** April 20, 2024
Is it possible to create just some markdown pages for welcome and …
-
```console
dotnet new blazorserver -n SplitterTest
cd .\SplitterTest\
dotnet add package Toolbelt.Blazor.SplitContainer
```
Add the following to `_Imports.razor`
```razor
@using Toolbelt.Blaz…
-
### Is your feature request related to a problem? Please describe.
The underlying problem is rendering performance.
The specific problem is that if a complex component needs to render frequently,…