-
Notifications
You must be signed in to change notification settings - Fork 362
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] Input readonly 下不再触发 focus 事件 #580
Comments
👋 @YikaJ,感谢给 TDesign 提出了 issue。 |
YikaJ
added a commit
to YikaJ/tdesign-vue
that referenced
this issue
Mar 17, 2022
This was referenced Mar 17, 2022
Closed
uyarn
pushed a commit
that referenced
this issue
Mar 17, 2022
已在 0.37.2 版本中修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-vue 版本
0.38.0-alpha.1
重现链接
https://codesandbox.io/s/tdesign-vue-demo-forked-g4e9d0?file=/src/demo.vue
重现步骤
点击 TInput 无事件返回,点击原生 input 有事件返回。
0.37 版本是正常的。
期望结果
t-input 即使是 readonly 下,依然需要返回 focus 事件,与原生 input 规则保持一致。
实际结果
无 focus 事件
框架版本
Vue2
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: