You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submit button remains enabled and clickable even when the username input field is empty. Although an error message is displayed, the button should be disabled to prevent unnecessary submissions.
Reproduction Steps:
Open the Website.
Clear the username input field.
Click the submit button.
Expected Behavior:
The submit button should be disabled when the username input field is empty.
Actual Behavior:
The submit button remains enabled and clickable, allowing users to submit an empty username.
Screenshot
Record
I agree to follow this project's Code of Conduct
I'm a GSSoC'24 Extd Contributor
I'm a Hacktoberfest'24 registered Contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Though its enabled, we have kept an error msg as you can see in the screenshot provided by you as well, so no need of disabling the btn
I am closing this issue, please search for another relevant issues which I would be happy to assign
Hello @akash70629! Your issue #63 has been successfully closed. ✅ Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀
Is there an existing issue for this?
What went down?
The submit button remains enabled and clickable even when the username input field is empty. Although an error message is displayed, the button should be disabled to prevent unnecessary submissions.
Reproduction Steps:
Expected Behavior:
The submit button should be disabled when the username input field is empty.
Actual Behavior:
The submit button remains enabled and clickable, allowing users to submit an empty username.
Screenshot
Record
The text was updated successfully, but these errors were encountered: