-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Clicking <Stepper> component causes onChange to fire twice. #2468
Comments
I got the same problem. |
me too |
the issue is because of a breaking change in Chrome 56 to improve scroll performance. |
Why don't you solve it for so long? |
any progress? |
sorry for late. But I can't reappear it on my devices. |
I am trying to implement the Stepper component linking state with redux-form.
My problem is that stepper increments by 2 (that is onChange fires twice) when I click on the plus button. It also decrements by 2 when I click on the minus button. Can you please explain why this is happening and help me to fix it?
NOTE: The problem only seems to occur when I load the web app on my mobile phone and when I emulate a mobile phone in Chrome Dev Tools.
Thank you!
The text was updated successfully, but these errors were encountered: