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 Debouncing Effect to SignUp page #1825

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

AbhijitMotekar99
Copy link
Contributor

Solved :
Issue No #1810

After the user stops typing in the email field, the debounce function waits for 500 milliseconds. If the user hasn’t typed anything new, the validateEmail function runs to check the email format And shows error.

Screenshot 2024-11-09 221932

Pull Request Checklist

  • I have added screenshots and videos to show before and after the working of my code.
  • I have ensured that the screen size is set to 100% while making the video.
  • I have synced the latest fork with my local repository and resolved any conflicts.
  • I have mentioned the issue number which I created before making this PR .(format to mention issue number is : fixes #(issue number) )
  • I understand that if any the above conditions are not met , my PR will not be MERGED .

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
word-wise ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 4:55pm

@hiteashgupta1 hiteashgupta1 merged commit 57ba1b9 into ANSHIKA-26:main Nov 10, 2024
2 of 3 checks passed
Copy link

🎉🎉 Thank you for your contribution! Your PR #1825 has been merged! 🎉🎉

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

Successfully merging this pull request may close these issues.

2 participants