<view class="info-wapper" style="margin-top: 40upx;">
<label class="words-lbl">身份证号</label>
<input name="aae135" id="aae135" type="text" v-model="aae135" maxlength="18" class="input" placeholder="请输入身份证号" placeholder-class="graywords" />
</view>
- 发布:2020-11-27 08:38
- 更新:2022-05-23 14:16
- 阅读:1560
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 2.9.8
第三方开发者工具版本号: 1.03.201024
基础库版本号: 2.1.2
项目创建方式: HBuilderX
示例代码:
操作步骤:
输入长串文字或数字
输入长串文字或数字
预期结果:
依次流程显示输入文字或数字
依次流程显示输入文字或数字
实际结果:
卡顿、闪烁、自动删除已输入的文字
卡顿、闪烁、自动删除已输入的文字
bug描述:
今天用uni-app开发的时候遇到input输入内容的时候内容闪烁的问题,有时候自动删除已经输入的一个字符,十分卡
<view class="info-wapper" style="margin-top: 40upx;">
<label class="words-lbl">身份证号</label>
<input name="aae135" id="aae135" type="text" v-model="aae135" maxlength="18" class="input" placeholder="请输入身份证号" placeholder-class="graywords" />
</view>
!
IOS13.6.1,iPhone 6s Plus,和Android 5.1 OPPO R9m,未复现您说的问题。
-
回复 8***@qq.com: 提供能100%复现您问题的demo附件,并说明清楚系统信息,如:手机型号、系统版本、页面类型.....等.
2020-11-30 14:47