We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FormStepper
微信基础库 3.4.4
微信开发工具
2.31.2
能正常触发onValuesChange
The text was updated successfully, but these errors were encountered:
如果不设置初始值为数字类型,对应form表单的数据也不会更新
Sorry, something went wrong.
this.form.onValuesChange((changedValues, allValues) => { console.log(changedValues); });
我这边是正常work的
No branches or pull requests
组件
FormStepper
基础库版本
微信基础库 3.4.4
设备机型
微信开发工具
手机系统
APP
组件库版本
2.31.2
预期行为
能正常触发onValuesChange
复现步骤
The text was updated successfully, but these errors were encountered: