Rate组件在Table -> EditTemplate 中,使用bind-Value绑定无法减星 #8220
Answered
by
ArgoZhang
TanShuJun1985
asked this question in
Q&A
Is there an existing issue for this?
Describe the bugRate组件在Table -> EditTemplate 中,表单编辑时无法减少星星,比如原先有4颗星,我点击第三颗UI没反应,但是点击提交后数值却有变化 Expected Behavior1 Interactive render modeInteractive Server (Interactive server-side rendering (interactive SSR) using Blazor Server) Steps To Reproduce1 Exceptions (if any)No response .NET VersionNET9.0 Anything else?No response |
Answered by
ArgoZhang
Jul 11, 2026
Replies: 4 comments
|
@TanShuJun1985 Thank you for reporting. We will give triage later. |
0 replies
请参以下示例 |
0 replies
|
@TanShuJun1985 提供一下你的例子,我感觉确实有点问题,目前这个组件不适合在表格中用 |
0 replies
|
@TanShuJun1985 @Tony-ST0754 代码如下: 重点: 显示模板建议加上 编辑模板使用双向绑定即可 |
0 replies
Answer selected by
ArgoZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@TanShuJun1985 @Tony-ST0754 代码如下: