-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
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
[input] 失焦逻辑无法正确触发 #3963
Comments
👋 @Yaxnice301,感谢给 TDesign 提出了 issue。 |
|
这个问题在所有的输入组件上都存在,而且有一些似乎是概率触发,我不确定 |
我提过了,似乎一直没有人处理,这个是百分百还原 |
tdesign-vue-next/src/input/useInput.ts Lines 135 to 150 in 9f3f3e7
|
XBIsland
added a commit
to XBIsland/tdesign-vue-next
that referenced
this issue
Mar 18, 2024
16 tasks
PengYYYYY
pushed a commit
that referenced
this issue
Mar 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-vue-next 版本
目前 1.8.1版本 可以重现
重现链接
https://tdesign.tencent.com/vue-next/components/form#登录表单
重现步骤
期望结果
用户名输入框应当失去焦点,而密码输入框获得焦点
实际结果
两个输入框同时获得焦点(样式)
框架版本
vue3.4.18
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
经过测试,我发现失焦函数 onblur 没有触发
如果反复 失焦、聚焦 可以发现 onblur 函数在间隔触发(一次触发一次不触发)
The text was updated successfully, but these errors were encountered: