-
Motivation - provide shared context for the program to reduce repetition of common using directives across all source files. For example, ```using System;```, etc. VB compiler supports that for many y…
-
# 🐛 Bug Report
I brought up this behavior in this [Discord post](https://discord.com/channels/449251231706251264/482296787021856768/1005149970665574501) in order to determine if there was an ex…
-
# 🙋 Documentation Request
I'm looking for an AutoComplete with Multiple = false (and a SelectedOption) and an OnOptionsSearch to generate the options.
On `AutoComplete.Multiple` it mentions
>…
-
指标表达式应是Autocomplete
![image](https://user-images.githubusercontent.com/95004531/226555318-7a8c7269-eee8-4d85-81ea-dfc0d2969883.png)
-
I am getting the following error (see screenshot below) from my testing dept.
Is there any way I can put unique id's in the input field of the FluentTextField, so that this is no longer an issue? O…
-
# 🐛 Bug Report
First apologies if I'm just doing something unsupported or wrong. My intention is to have a Dialog appear, which then allows the user to open a Panel - this appears to work as ex…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am using the .NET8 Blazor Web App with Identity pages. The `ExternalLogin.razor` fails to s…
-
.tmTheme files allow specification of background colors which don't seem to be supported, for example:
``` xml
name
Separator
scope
meta.separator
settings
background
#E0E0E0
…
-
### Bug type
Component
### Component name
MudAutocomplete
### What happened?
Im using MudAutocomplete to show list of items. After upgrade MudBlazor nuget to 5.2.0, 6.0.2.. or 6.0.3 my …
-
@inherits LayoutComponentBase
About
Page content goes here
@code {
IEnumerable? navItems;
…