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.6.1
h5
1
input ,textrea 输入值只会触发input事件,change事件不会触发,当clear时候会触发change。看了下源码只有handleClear会emit
输入值可以正常触发change事件
不触发
No response
The text was updated successfully, but these errors were encountered:
监听input或update即可,此事件将会废弃。
Sorry, something went wrong.
refactor: ♻️ 移除Textarea和Input的change事件和useXXSlot开启插槽的逻辑
84b2b3c
✅ Closes: #880
refactor: ♻️ 移除Textarea和Input的change事件和useXXSlot开启插槽的逻辑 (#893)
8e569ac
Successfully merging a pull request may close this issue.
Wot Design Uni 版本号
1.6.1
平台
h5
复现Demo地址(如不提供,将被直接关闭)
1
重现步骤
input ,textrea 输入值只会触发input事件,change事件不会触发,当clear时候会触发change。看了下源码只有handleClear会emit
期望的结果是什么?
输入值可以正常触发change事件
实际的结果是什么?
不触发
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: