Skip to content
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

[Bug 上报] wd-input 输入类型是number或digit时,v-model无效 #352

Closed
Guan-Meng-Yuan opened this issue Jun 2, 2024 · 4 comments
Labels
🐞bug: need confirm 待确认的bug

Comments

@Guan-Meng-Yuan
Copy link

Guan-Meng-Yuan commented Jun 2, 2024

Wot Design Uni 版本号

1.2.23

平台

支付宝小程序

复现Demo地址

https://github.com/Guan-Meng-Yuan/wot-design-bug-report

重现步骤

在digit或者number 输入框中输入值

期望的结果是什么?

digit或number v-model在iOS生效

实际的结果是什么?

digit或number类型的 v-model在iOS上无效

环境信息

发行平台:支付宝小程序
操作系统:iOS17及以上
uni-app版本: 3.0.0-alpha-4010820240531001
设备:macOs支付宝小程序开发工具模拟器或iPhone15Pro

其他补充信息

使用uni-app原生input组件有效

@Guan-Meng-Yuan Guan-Meng-Yuan added the 🐞bug: need confirm 待确认的bug label Jun 2, 2024
@Moonofweisheng
Copy link
Owner

uni-app版本问题,参见uni-app更新日志

@Guan-Meng-Yuan
Copy link
Author

input事件可以触发

@Moonofweisheng
Copy link
Owner

input事件可以触发

<input type="digit" v-model="digitValue" @input="handleinput" :maxlength="-1">  无法触发input事件,此为uni-app的问题

Copy link

此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。

@github-actions github-actions bot locked and limited conversation to collaborators Jul 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞bug: need confirm 待确认的bug
Projects
None yet
Development

No branches or pull requests

2 participants