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
SpinButton
value
latest
18
StackBlitz
When I add an onInput listener to the input slot so I can handle more input cases the value is not set when SpinButton is controlled.
onInput
input
When I update the value of a controlled component the value should be updated.
https://stackblitz.com/edit/drepb7?file=src%2Fexample.tsx,package.json
I expect the value to increment based on what was typed.
None
High - No workaround
No response
yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component
SpinButton
Package version
latest
React version
18
Environment
Current Behavior
When I add an
onInput
listener to theinput
slot so I can handle more input cases thevalue
is not set whenSpinButton
is controlled.Expected Behavior
When I update the
value
of a controlled component the value should be updated.Reproduction
https://stackblitz.com/edit/drepb7?file=src%2Fexample.tsx,package.json
Steps to reproduce
SpinButton
's text fieldI expect the value to increment based on what was typed.
Are you reporting an Accessibility issue?
None
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
yes
Validations
The text was updated successfully, but these errors were encountered: