[BUG] rax-app 升级到3.0,meet中的NumberPicker组件在ios真机上,修改值不触发onChange
North9395 opened this issue · 1 comments
North9395 commented
⌨️
- Would you like to work on a fix?
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
- ios: 15.1
- rax: ^1.1.0
- rax-app: ^3.8.7
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
应该是钉钉小程序的问题, 支付宝小程序是 ok 的。 直接使用 <input />
标签同样无法触发 onBlur