Skip to content

Fix: Async validation errors disappear when unrelated fields are edited #3537

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

amarnathgupta
Copy link

Summary

Fixes a bug where async validation errors (like username/email taken) disappeared when unrelated fields were edited (e.g., password).

Notes

  • Only touched SignupForm.jsx
  • Existing lint errors in unrelated files were pre-existing.
  • Commit made using --no-verify to bypass unrelated lint errors.

Related Issue

Fixes #3536

Copy link

welcome bot commented Jul 12, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async validation errors disappear when unrelated fields are edited
1 participant