-
It would be great to have a native Message box API. Win32 on Windows and GTK on Linux / OSX (or Cocoa). Because Cocoa would need to probably be used on iOS anyway, it makes sense for OSX.
-
Hi
I'm encountering a noticeable delay when using MudBlazor Dialog with an integrated Apex Chart. This delay, approximately 1-2 seconds, occurs only during the first opening of the dialog. Subseque…
-
https://blazor.radzen.com/dialog?theme=default&wcag=false
```
public async Task OpenOrder()
{
await DialogService.OpenAsync(string.Empty,
new Dictionary() { { "Or…
-
Please see attached screenshots. This behavior came after updating to version 4.7.0
`
…
-
Hi every body, I would like to use this good tools in my blazor applications
but I have a question
Dos it support localization and RTL direction and also responsive?
because it is for me a very es…
-
I am trying to enable SourceLink for our internal NuGet packages and am running into a problem where I don't see how I can solve it.
My setup is:
- Visual Studio 2019 Enterprise (16.3.8)
- An A…
-
## Description of problem
The login experience has remained untouched for years and shows its age:
1. It takes forever to load which is especially noticeable when you use the popup
2. When clicki…
-
# 🐛 Bug Report
In our app, which resembles many of MS admin apps such as M365 admin, we use panels to display and gather primary data about an entity. For child entities we hide the primary panel a…
-
I have a form that opens a Dialog using this code:
```C#
[Inject]
public DialogService _dialogService { get; set; }
......
[Parameter]
public int? W…
-
_(Pulled from https://github.com/dotnet/aspire/pull/5200#issuecomment-2285357147)_
>> @drewnoakes wrote:
>> Can we make the "close" button bigger, so it's easier to see and press in a mobile devic…