-
i am using the ant design blazor for develop a site , i am using the server render mode .
and when i want to upgrade to 0.2 from 1.97 , there was some error .
that is :
when i want to edit some f…
-
### Is your feature request related to a problem? Please describe.
Currently, the Select component overrides the OnParametersSet method, and in there calls OnValueChanged, which does a bunch of async…
-
With 0.18.2 we are getting the following crash:
```
System.NullReferenceException: Object reference not set to an instance of an object.
at AntDesign.FormItem.b__128_1(RenderTreeBuilder __buil…
-
### Describe the bug
If I have a modal displayed on my current page & an event is triggered in my application causing a redirection to another page, the modal is still displayed even though the _vi…
-
### Describe the bug
If you click the clear button of TreeSelect:
![image](https://github.com/ant-design-blazor/ant-design-blazor/assets/52560244/c086b4ff-c522-4945-839e-fc1f2b861e9a)
The ex…
-
refer my pull request: https://github.com/ant-design-blazor/ant-design-blazor/pull/592
-
In logs navigating out when using modal sometimes produces:
`Microsoft.JSInterop.JSException: Argument 1 ('child') to Node.removeChild must be an instance of Node
removeChild@[native code]
@http:…
-
### Feature request type
Enhance component
### Component name
Drawer
### Is your feature request related to a problem?
I am currently migrating from AntDesign Blazor to MudBlazor, the o…
-
I have updated the dataSource of Table. But the table still empty. Is there anything I don't know to updated the dataSource?
Follow the example, I think the data binding + update the binding value …
-
```
@inherits AntInputComponentBase
@code {
private Model model = new Model();
class Model
{
public string Name{ get; set; }
…