-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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组件中文键盘输入内容重复 #2778
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
尝试更新你的 nervjs 依赖到 1.3.12 试试 |
谢谢回复,taro info中的nervjs更新了,【问题仍存在】
|
把 @tarojs/components 的 nervjs 依赖也更新试试 |
在package.json中配置 通过npm run build:h5 打包,【问题还是存在】 |
没有答复吗,我也遇到这个问题 |
fix(component): Input 组件在 H5 模式下 iOS 10 自带输入法输入中文时内容重复(#2778)
问题描述
Taro中Input组件,在iOS10系统Safari浏览器中,使用系统自带中文输入法,输入文字自动重复
复现步骤
期望行为
能正常输入中文
报错信息
文字重复
系统信息
(iphone5/10.3.3未重现该问题)
补充升级后taro info信息:
Taro CLI 1.2.24 environment info:
System:
OS: Linux 4.15 Ubuntu 18.04 LTS (Bionic Beaver)
Shell: 4.4.19 - /bin/bash
Binaries:
Node: 8.10.0 - /usr/bin/node
Yarn: 1.12.1 - /usr/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
npmPackages:
@tarojs/components: 1.2.24 => 1.2.24
@tarojs/plugin-babel: 1.2.24 => 1.2.24
@tarojs/plugin-csso: 1.2.24 => 1.2.24
@tarojs/plugin-sass: 1.2.24 => 1.2.24
@tarojs/plugin-uglifyjs: 1.2.24 => 1.2.24
@tarojs/router: 1.2.24 => 1.2.24
@tarojs/taro: 1.2.24 => 1.2.24
@tarojs/taro-alipay: 1.2.24 => 1.2.24
@tarojs/taro-h5: 1.2.24 => 1.2.24
@tarojs/taro-swan: 1.2.24 => 1.2.24
@tarojs/taro-tt: 1.2.24 => 1.2.24
@tarojs/taro-weapp: 1.2.24 => 1.2.24
@tarojs/webpack-runner: 1.2.24 => 1.2.24
eslint-config-taro: 1.2.24 => 1.2.24
eslint-plugin-taro: 1.2.24 => 1.2.24
nervjs: ^1.3.12 => 1.3.13
补充信息
问题与#1454类似,但该问题已被关闭,故新建问题
The text was updated successfully, but these errors were encountered: