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
先上代码
weui.picker([{ label: 1, value: 1 }], [{ label: 2, value: 2 }], { onChange: function (result) { console.log(result); console.log(result[0]); console.log(result[1]); console.log("--------"); }, id: 'picker' });
控制台打印的结果是 在初始化的时候触发了一次onChange事件 但是此时获取不到result[1]
The text was updated successfully, but these errors were encountered:
fix 多列时多次触发onChange的bug #104
c0b8438
v.1.1.2 fix~
Sorry, something went wrong.
No branches or pull requests
先上代码
控制台打印的结果是
在初始化的时候触发了一次onChange事件
但是此时获取不到result[1]
The text was updated successfully, but these errors were encountered: