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
https://fusion.design/pc/component/number-picker?themeid=2#limit-container
数字组件的最大值和最小值的限制bug 背景:最大值的修正时机是在onChage 事件,并且能回调onChange事件是正确的 问题:
The text was updated successfully, but these errors were encountered:
其中有些中间输入状态无法触发 onChange,主要考虑到自动订正可能永远无法到达想要的值了。例如:
0=>0.=>0.0=>0.01 中间两步不会触发 onChange,因为如果订正会一直停留在 0 导致永远无法到达想要的值 min=10 的情况下,输入 1=>12 第一步 1 不会触发 onChange 也不会订正数据,因为数字是一个一个输入的
Sorry, something went wrong.
No branches or pull requests
Component
NumberPicker
Reproduction link
https://fusion.design/pc/component/number-picker?themeid=2#limit-container
Steps to reproduce
数字组件的最大值和最小值的限制bug
背景:最大值的修正时机是在onChage 事件,并且能回调onChange事件是正确的
问题:
The text was updated successfully, but these errors were encountered: