We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7.2
https://stackblitz.com/edit/onaz9z?file=src%2Fdemo.vue
点击重现链接,打开F12控制台查看输出
当鼠标悬浮在输入框时,通过回车事件触发失去焦点后,会触发失焦事件
当鼠标悬浮在输入框时,通过回车事件触发失去焦点后,不触发失焦事件
3.3.4
版本 119.0.6045.160(正式版本) (64 位)
win11
v18.18.0
源码中(src/input/useInput.ts)当悬浮时阻止了事件
The text was updated successfully, but these errors were encountered:
👋 @ry0513,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
fix(input): blur cannot be triggered when input is hovered (Tencent…
blur
fe24a3b
…#3963) fix Tencent#3963 fix Tencent#3903 fix Tencent#3639
5a70e49
Successfully merging a pull request may close this issue.
tdesign-vue-next 版本
1.7.2
重现链接
https://stackblitz.com/edit/onaz9z?file=src%2Fdemo.vue
重现步骤
点击重现链接,打开F12控制台查看输出
期望结果
当鼠标悬浮在输入框时,通过回车事件触发失去焦点后,会触发失焦事件
实际结果
当鼠标悬浮在输入框时,通过回车事件触发失去焦点后,不触发失焦事件
框架版本
3.3.4
浏览器版本
版本 119.0.6045.160(正式版本) (64 位)
系统版本
win11
Node版本
v18.18.0
补充说明
源码中(src/input/useInput.ts)当悬浮时阻止了事件
The text was updated successfully, but these errors were encountered: