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
An onChange listener on a <form.Field mode="array"> is not run when there are changes to the input
onChange
<form.Field mode="array">
https://stackblitz.com/edit/vitejs-vite-n6la3gan?file=src%2FApp.tsx
Example Steps:
General Steps:
field.pushValue
Would expect the onChange listener to be called when a value is changed.
Every time
react-form
v1.0.0
v5.7.2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
An
onChange
listener on a<form.Field mode="array">
is not run when there are changes to the inputYour minimal, reproducible example
https://stackblitz.com/edit/vitejs-vite-n6la3gan?file=src%2FApp.tsx
Steps to reproduce
Example Steps:
General Steps:
onChange
listener to a<form.Field mode="array">
field.pushValue
to update the fieldonChange
is not calledExpected behavior
Would expect the
onChange
listener to be called when a value is changed.How often does this bug happen?
Every time
Screenshots or Videos
Screen.Recording.2025-03-05.at.18.16.45.mov
Platform
TanStack Form adapter
react-form
TanStack Form version
v1.0.0
TypeScript version
v5.7.2
Additional context
No response
The text was updated successfully, but these errors were encountered: