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

【微信小程序】form-stepper 如果使用键盘输入 没办法触发form表单的onValuesChange #1193

Closed
1 of 3 tasks
baixiaosh opened this issue Jun 3, 2024 · 2 comments

Comments

@baixiaosh
Copy link

baixiaosh commented Jun 3, 2024

组件

FormStepper

基础库版本

微信基础库 3.4.4

设备机型

微信开发工具

手机系统

  • iOS
  • Android
  • HarmonyOS

APP

组件库版本

2.31.2

预期行为

能正常触发onValuesChange

复现步骤

  1. 引入form-stepper组件
@baixiaosh
Copy link
Author

如果不设置初始值为数字类型,对应form表单的数据也不会更新

@rayhomie
Copy link
Collaborator

   this.form.onValuesChange((changedValues, allValues) => {
      console.log(changedValues);
    });
image

我这边是正常work的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants