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
NumberPicker
连续多次输入0,第二次开始不会被自动纠正,并且上下操作按钮失效
The text was updated successfully, but these errors were encountered:
初始数据是空,不符合规范呀,应该是个整数
Sorry, something went wrong.
原因是,订正的时候修改了显示value,onBlur 的时候应该再修改为 props.value
7207532
bindoon
No branches or pull requests
Component
NumberPicker
Reproduction link
Steps to reproduce
连续多次输入0,第二次开始不会被自动纠正,并且上下操作按钮失效
The text was updated successfully, but these errors were encountered: