-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
在ShowModal中嵌入有固定高度的Table组件,Table的高度会有几率出现错误,概率比较大

Expected Behavior
No response
Steps To Reproduce
Index.razor
@inject DialogService DialogService
@code {
private async Task ButtonClick()
{
await DialogService.ShowModal<TableDemo>(new ResultDialogOption());
}
}
TableDemo.razor
Height="400" IsFixedHeader
Exceptions (if any)
No response
.NET Version
8.0
Anything else?
BootstrapBlazor: 8.4.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working