You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
好的。谢谢!
在 2020-12-26 16:28:50,"tangjinzhou" <notifications@github.com> 写道:
为了兼容 移动端的 长按 一直增加数字的 效果,内部使用了 settimeout,在change 中打断点,会导致不能停止该延迟器
暂无比较好的方法,先不要在 onchange 里打断点就可以了
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Version
2.0.0-rc.4
Environment
Win10, Chrome 84.0.4147.105, vue3.0.4
Reproduction link
https://2x.antdv.com/components/input-number-cn/
Steps to reproduce
What is expected?
点击数字输入框的上下箭头,触发一次断点,打印新值
What is actually happening?
点击数字输入框的上下箭头,不停触发断点,打印新值
如果使用computeds的set绑定count,以及a-input-number的change事件也一样
The text was updated successfully, but these errors were encountered: