Skip to content
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

Added debounce functionality for name and email field validation in signup form #3239

Conversation

AbhigyanSrivastav
Copy link
Contributor

@AbhigyanSrivastav AbhigyanSrivastav commented Sep 21, 2024

Signup form

Fixes #3237

Changes:

Added debouncing for name and email field validation Api calls in sign up forms. This optimizes the validation process by preventing unnecessary API calls.

I have verified:

  • has no linting errors
  • has no test errors

Copy link

welcome bot commented Sep 21, 2024

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

@raclim
Copy link
Collaborator

raclim commented Oct 4, 2024

Thank you so much for submitting this change and raising this issue!

Although this is a good start, looking through this I think there are a few issues with this PR where the debounce logic doesn't seem to be handled properly. Since we have a few PRs for this issue, I'm going to close this one for now but please feel free to make any updates and reopen this one!

@raclim raclim closed this Oct 4, 2024
@AbhigyanSrivastav AbhigyanSrivastav deleted the feature/debounce-validation branch October 12, 2024 09:15
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.

debouncing while signup by user
2 participants