- 发布:2024-05-06 09:47
- 更新:2024-08-01 10:29
- 阅读:1933
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOs Catalina
HBuilderX类型: 正式
HBuilderX版本号: 4.14
手机系统: 全部
手机厂商: 华为
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
示例代码:
<template>
<view class="content">
<view class="text-area">
<!--无法输入小数点-->
<input placeholder="digit" type="digit"/>
</view>
</view>
</template>
<script>
</script>
<style>
</style>
<template>
<view class="content">
<view class="text-area">
<!--无法输入小数点-->
<input placeholder="digit" type="digit"/>
</view>
</view>
</template>
<script>
</script>
<style>
</style>
操作步骤:
<template>
<view class="content">
<view class="text-area">
<!--无法输入小数点-->
<input placeholder="digit" type="digit"/>
</view>
</view>
</template>
<script>
</script>
<style>
</style>
<template>
<view class="content">
<view class="text-area">
<!--无法输入小数点-->
<input placeholder="digit" type="digit"/>
</view>
</view>
</template>
<script>
</script>
<style>
</style>
预期结果:
能输入小数点
能输入小数点
实际结果:
不能输入小数点,而且输入小数点的时候,输入框焦点自动移动到了数字最前面
不能输入小数点,而且输入小数点的时候,输入框焦点自动移动到了数字最前面
bug描述:
HBilder X 4.14 input 组件 type="digit" 的时候,输入数字后无法输入小数点 。而且输入小数点的时候,自动焦点跑到数字的最前面了。
在mac和Windows不同电脑主机都能复现。在H5和App也会复现
在HBuildX4.14的正式版和开发版都存在这个问题,影响范围比较大,请尽快修复
最佳回复
临时解决方案
web
替换 uni-h5.es.js
到 hx 根目录\plugins\uniapp-cli-vite\node_modules\@dcloudio\uni-h5\dist
重新运行
app
替换 uni-h5.es.js
到 hx 根目录\plugins\uniapp-cli-vite\node_modules\@dcloudio\uni-app-plus\dist
重新运行
关于input的type为digit和number的情况,实际表现与文档有差异。请尽快修复并紧急发布。digit和number不能使用,体验就太差了。。。。。
我这边是HBuilder X 4.15版本,发行为H5:
number类型:
开发运行到chrome浏览器:没问题;
发行后,安卓浏览器:弹出的不是纯数字键盘,还可以输入小数点。刚输入小数点后,光标会跑到最左侧,将光标移到数字中间后可输入小数点,并且删除行为很怪异,删除小数点后面的数,实际把小数点及前面的数都给删了。
digit类型:
开发运行到chrome浏览器:输入小数点光标会跑到最左侧,把光标移到数字中间后才可以输入小数点,并且删除行为很怪异,删除小数点后面的数,实际把小数点及前面的数都给删了。
发行后,安卓浏览器:输入小数点光标会跑到最左侧,把光标移到数字中间后才可以输入小数点,并且删除行为很怪异,删除小数点后面的数,实际把小数点及前面的数都给删了。
发行后,苹果浏览器:输入小数点光标会跑到最左侧,把光标移到数字中间后才可以输入小数点,并且删除行为很怪异,删除小数点后面的数,实际把小数点及前面的数都给删了。
升级前版本:"@dcloudio/uni-app": "3.0.0-4000820240401001"
升级后版本:"@dcloudio/uni-app": "3.0.0-4020420240722002"
升级到最新后,发现bug,升级前无此问题
如果input设置
type="digit"
绑定值如果是null,报错:
main.ts?t=1722478657119:20 TypeError: Cannot read properties of null (reading 'toLocaleString')
at useCache (uni-h5.es.js:9799:60)
at setup (uni-h5.es.js:9847:17)
at callWithErrorHandling (vue.runtime.esm.js:1381:19)
at setupStatefulComponent (vue.runtime.esm.js:8930:25)
at setupComponent (vue.runtime.esm.js:8891:36)
at mountComponent (vue.runtime.esm.js:7218:7)
at processComponent (vue.runtime.esm.js:7184:9)
at patch (vue.runtime.esm.js:6650:11)
at mountChildren (vue.runtime.esm.js:6898:7)
at processFragment (vue.runtime.esm.js:7114:7)
3***@qq.com
然而下载后,并没有
2024-05-24 10:48
6***@qq.com
打包h5, 在苹果 x手机无法删除小数点
2024-06-03 11:12