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
NumberField buttons for increment and decrement ignore onClick
Every click on buttons increment and decrement should trigger corresponding action.
For some reason buttons increment and decrement ignores first onClick action, and trigger corresponding actions after second onClick.
I rolled back to @react-stately/numberfield: 3.0.4, and that fixed the bug
https://stackblitz.com/edit/vitejs-vite-rk94ju?file=package.json
MacOS Big Sur
The text was updated successfully, but these errors were encountered:
Seems like it's related to using Strict Mode. We have an umbrella issue for strict mode support at #779.
Sorry, something went wrong.
Closing in favor of the umbrella strict mode issue #779
No branches or pull requests
🐛 Bug Report
NumberField buttons for increment and decrement ignore onClick
🤔 Expected Behavior
Every click on buttons increment and decrement should trigger corresponding action.
😯 Current Behavior
For some reason buttons increment and decrement ignores first onClick action, and trigger corresponding actions after second onClick.
💁 Possible Solution
I rolled back to @react-stately/numberfield: 3.0.4, and that fixed the bug
💻 Code Sample
https://stackblitz.com/edit/vitejs-vite-rk94ju?file=package.json
🌍 Your Environment
MacOS Big Sur
The text was updated successfully, but these errors were encountered: