didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

[bug-report] Input-Item 组件格式化错误问题 #769

Open hangpingping opened 2 years ago

hangpingping commented 2 years ago

Mand Mobile Version

2.5.20

Vue Version

2.6.11

Model / OS & Browser Info

iphone XR/iphone 12

Recurring Steps

  1. 使用iphone Chrome 打开 https://didi.github.io/mand-mobile/#/zh-CN/docs/components/form/input-item
  2. 在 业务场景输入框 - 金额 输入 1000 然后尝试输入减号或者小数点 两个或者多次

Expectant Behaviors

减号输入不进去/小数点只能输入一次

Actual Behaviors

多次输入后产生了删除的效果


还希望使用 inputmode 属性 移动端可以调用更合适的键盘

hangpingping commented 2 years ago

使用 自定义格式化 也有同样的问题