alibaba / rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Other
7.99k stars 627 forks source link

[BUG] rax-app 升级到3.0,meet中的NumberPicker组件在ios真机上,修改值不触发onChange #2381

Open North9395 opened 1 year ago

North9395 commented 1 year ago

⌨️

Where is the bug from?

Rax App

Minimal code and steps to reproduce the bug

http://gitlab.alibaba-inc.com/rhino-hub/rax-example/tree/master

Current and expected behavior

问题: rax-app 升级到3.0,meet中的NumberPicker组件在ios真机上,修改值不触发onChange,但是点击 + - 可以正常触发onChange;并且,NumberPicker聚焦,不再自动唤起数字键盘; 期待:NumberPicker 修改时,正常触发onChange;NumberPicker聚焦,自动唤起数字键盘。

Environment

build.json

{ "targets": [ "miniapp" ], "webpack5": true, "plugins": [ "@ali/build-plugin-rax-app-def", "build-plugin-fusion-mobile", [ "@ali/build-plugin-event-tracking-register", { "goldlog": false } ] ] }

Possible solution

No response

Additional context

No response

lianmin commented 1 year ago

应该是钉钉小程序的问题, 支付宝小程序是 ok 的。 直接使用 <input /> 标签同样无法触发 onBlur