-
After spending quite a lot of time with this, I think I'm correct in saying that the ReadMe instruction to add the `Blazored.LocalStorage.js` script to one's project is now obsolete?
Not a bug as …
-
Hi,
I followed the documentation. When using the cascading parameter, my `ModalService` instance is not set. I therefore now use: `@inject IModalService Modal`. When using this, I can see that the …
-
### Feature request type
Enhance component
### Component name
Editform
### Is your feature request related to a problem?
It is a lot of work and code to have to bind all of the For and …
-
**Description**
Blazored Modal problems with the following configuration - Interactive render mode: Auto, Interactivity location: Per page/component in .Net 8
**To Reproduce**
Create a new projec…
-
Blazored Video is implemented into Maui Blazor Hybrid and tested on Windows, IOS and Android.
The Videos play all well on all Platforms.
But:
- On IOS the videos allways start in full screen or…
-
# Background
Here's an example of consuming the Blazored/Modal repository (package? component?, not sure the right noun here). The user clicks on the "add call button":
![image](https://user-images.…
-
**Describe the bug**
Assume we have a complex type from this documentation: https://docs.fluentvalidation.net/en/latest/start.html#complex-properties
There is a `Customer` class with an `Address` …
-
**Describe the bug**
I just installed the package 7.3.1 in a .net 7.0 blazor webassembly, and the namespace Blazored.Modal can not be found.
dowgraded to 7.2.0 and it works.
the error occurrs with …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Right now, the entire result is placed in a div. Given the example template:
```xml
@context.Title (@context.Year)
```
, a result div might be:
```html
…