-
hi,
How does ReuseTabsRouteView control routing permissions?
If you use the AutorizeRouteView collection antb content can't be displayed.
-
1. run publish cli
```
dotnet publish -c Release
```
2. the less file is output to the release folder.
![image](https://user-images.githubusercontent.com/8205994/158723209-b42bc5b7-cbfa-4746-…
-
Hi, I'm using the following autocomplete code, but the select just changes the background color. How I can filter the item like the other examples. I want that the elements that don't match be hidden.…
-
### Transfer Component can’t select item when click in v0.13.3
in v0.13.3 when using Component , no response when select items in source and target
while in v0.13.0 to v0.13.2, select items…
-
Hi
I'm using AntDesign 0.13.1 in .NET 6
in main component I use AntDesign DatePicker and Drawer
when I call `NavigationManager.NavigateTo("/login") ` got in console:
`blazor.webassembly.js:1…
-
Hello,
When i change Disable parameter of TabPane, the style of tab don't change but i chan click on tab.
I see SetClass of TabPane is in OnInitialised function.
In juil 2020, SetClass was in OnP…
-
项目卡死,因为ReportButtonItem里面写了一个委托变量Func
```
@foreach (var item in _reportButtons)
{
…
-
### Describe the bug
If you enter a letter into the range picker and click outside the range picker, an exception occurs.
### Steps to reproduce (please include code)
- Go to: https://antblazor…
-
### Describe the bug
I hope someone from the Ant team can find out why injected services (e.g. NotificationService) do not work under MAUI Blazor App? No error is triggered either.
I suspect it…
-
### Describe the bug
DropDown Context Menu always appear in same x & y position no matter where you make right click.
### Steps to reproduce (please include code)
1) Create default NET 5 …