Rate组件在Table -> EditTemplate 中,使用bind-Value绑定无法减星 #8220
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
@TanShuJun1985 Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
-
请参以下示例 |
Beta Was this translation helpful? Give feedback.
-
|
@TanShuJun1985 提供一下你的例子,我感觉确实有点问题,目前这个组件不适合在表格中用 |
Beta Was this translation helpful? Give feedback.
-
|
@TanShuJun1985 @Tony-ST0754 代码如下: 重点: 显示模板建议加上 编辑模板使用双向绑定即可 |
Beta Was this translation helpful? Give feedback.
@TanShuJun1985 @Tony-ST0754 代码如下: