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
微信小程序
小程序基础库: 2.10.4 使用框架: Vue 2
输入内容时,onInput响应函数中改变模板中用到的其他数据时,input内容不要受影响,比如被清空
输入内容时,onInput响应函数中改变模板中用到的其他数据时,input内容被清空了
Taro CLI 3.0.0-rc.4 environment info: System: OS: Windows 10 Binaries: Node: 14.4.0 - C:\Program Files\nodejs\node.EXE npm: 6.14.5 - C:\Users\langtao\AppData\Roaming\npm\npm.CMD
华为Mate 20 ,android 10操作系统,微信小程序
The text was updated successfully, but these errors were encountered:
升级到最新版本再试试,还不行就提供可复现的 demo 吧
Sorry, something went wrong.
taro V3.0.6中,已经修复了这个问题
No branches or pull requests
相关平台
微信小程序
小程序基础库: 2.10.4
使用框架: Vue 2
复现步骤
{{index}} <script> export default { name: 'search', data() { searchResultList: [] }, methods: { inputKeyword(event) { this.searchResultList = [] } } </script>期望结果
输入内容时,onInput响应函数中改变模板中用到的其他数据时,input内容不要受影响,比如被清空
实际结果
输入内容时,onInput响应函数中改变模板中用到的其他数据时,input内容被清空了
环境信息
补充信息
华为Mate 20 ,android 10操作系统,微信小程序
The text was updated successfully, but these errors were encountered: