-
I'm trying to create a story for my custom button. Normally I can pass an icon to the button and it will render correctly as such:
```HTML
Add New
```
However all I get is the text "Add New…
-
### Feature request type
Enhance component
### Component name
Mask Utility
### Is your feature request related to a problem?
When building apps which have a lot of user input in forms, and users …
-
Hi,
From my experience so far it seems like Mobile Blazor views have to derive from ComponentBase. If I try to derive directly from ContentPage I get the following compilation error:
Error CS01…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When the server runs into an unhandled exception, the client's circuit is forcefully cl…
-
I cloned your repository and ran it locally. On the /ViewZipFile page, if I select a zip file with a size above 50 KB, it crashes at:
```c#
var buffer = await file.ArrayBufferAsync(); //
-
Can you please try and modify MatSelect to enable multiple selection and searching? Also, the newly implemented "CanBeClosed" feature of MatDialog throws and exception when set to false, but it works …
-
There's a blazor component for rendering markdown: https://github.com/StardustDL/RazorComponents.Markdown
should use that for previewing markdown type files
-
Currently the default build scripts do not build the DevServer by default (at least in Codespaces). This issue is to consider changing that.
> `src/Components/WebAssembly/DevServer/src/Microsoft.As…
-
### Feature request type
Enhance component
### Component name
Date Picker
### Is your feature request related to a problem?
We love Mud Blazor, but many of us .NET 6/7 users like to use…
-
### Describe the bug
I am using a `RadzenHtmlEditor` together with a `RadzenRequiredValidator`. When I type text into the field, leave the field, erase the field's text, and then leave the field agai…