Select 在开启搜索后第一次选择返回错误的值 #5917
-
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 Reproducehttps://pan.baidu.com/s/12eoaXKWq-fRFU7APjxVuxA?pwd=scbj Exceptions (if any)No response .NET VersionNET8.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@Vincent8725 Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
-
@Vincent8725 你的例子我看都是对的啊。没有任何问题啊 |
Beta Was this translation helpful? Give feedback.
-
@Vincent8725 经过调试发现微软的级联参数代码有一个逻辑是不正确的,刚好你这样写代码的时候就会触发这个逻辑 ![]() 解决方案
这功能你这样做复杂了,可读性还非常差 |
Beta Was this translation helpful? Give feedback.
-
好的 谢谢 |
Beta Was this translation helpful? Give feedback.
@Vincent8725 经过调试发现微软的级联参数代码有一个逻辑是不正确的,刚好你这样写代码的时候就会触发这个逻辑
解决方案
Form
组件逻辑