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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
这个 Issue 涉及以下平台:
BUG 描述 在使用中发现textarea 在打字过程中会显示拼音在内容,还有点卡顿。
复现步骤 1.父组件一直更新value值。 2.子组建使用field,并且type = textarea。
最后发现是因为field使用了nextTick更新的问题,如果不使用就直接更新就好了。 猜想可能是因为不能使用延迟来更新textarea 的input事件。
期望结果
实际结果
截图
环境
附加信息
The text was updated successfully, but these errors were encountered:
fix: field组件修复连续输入卡顿问题(#724)
e5585d0
No branches or pull requests
这个 Issue 涉及以下平台:
BUG 描述

在使用中发现textarea 在打字过程中会显示拼音在内容,还有点卡顿。
复现步骤

1.父组件一直更新value值。
2.子组建使用field,并且type = textarea。
最后发现是因为field使用了nextTick更新的问题,如果不使用就直接更新就好了。
猜想可能是因为不能使用延迟来更新textarea 的input事件。
期望结果
实际结果
截图
环境
附加信息
The text was updated successfully, but these errors were encountered: