-
Is there an existing issue for this?
Describe the bug如图在表格组件编辑对话框能,不能实现选择所属系统,级联选择的上级菜单选项不能及时刷新数据,导致不能选择 ![]() Expected Behavior在表格组件编辑对话框里能实现选择器级联选择的功能 Interactive render modeInteractive Server (Interactive server-side rendering (interactive SSR) using Blazor Server) Steps To Reproduce`@using System.ComponentModel @page "/Platform/Menu"
<Textarea @bind-Value="@context.Remark" ShowLabel="true" rows="6"></Textarea>
@code {
} Exceptions (if any)No response .NET VersionNET9.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
@njroyin Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
Beta Was this translation helpful? Give feedback.
-
代码文件 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
谢谢,我按你说的文档说明实现了。 |
Beta Was this translation helpful? Give feedback.
哈哈,这个我也碰到过