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
问题描述
picker更改range后, pickerValue不归0。比如选择第3个数据项后,把range长度改为2,这时picker选中数据项还在第三个上(此时为空), 直接点击确认,event.detail.value的值超出range范围,引起后续错误。
复现步骤 [复现问题的步骤]
// 这里可以贴代码
期望行为 更改range后,能复位到选择项为1.
系统信息*
补充信息 [可选] [根据你的调查研究,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered:
大概知道什么原因了 尽快修复这个问题
Sorry, something went wrong.
CC @jinjinjin0731
febc6ff
jinjinjin0731
No branches or pull requests
问题描述
picker更改range后, pickerValue不归0。比如选择第3个数据项后,把range长度改为2,这时picker选中数据项还在第三个上(此时为空), 直接点击确认,event.detail.value的值超出range范围,引起后续错误。
复现步骤
[复现问题的步骤]
// 这里可以贴代码
期望行为
更改range后,能复位到选择项为1.
系统信息*
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: