shelcia / api-docucraft

https://api-docucraft.vercel.app
3 stars 8 forks source link

Enable Submit Button Trigger via "Enter" Key Press in Login Form #12

Closed TheDarkW3b closed 10 months ago

TheDarkW3b commented 10 months ago

Description: Currently, the login form lacks the functionality to submit when users press the "Enter" key. This can be inconvenient for users who are accustomed to this common behavior. To enhance the user experience, it would be beneficial to implement the ability to trigger the form submission by pressing the "Enter" key when focused on the password input field.

Expected Behavior: Pressing the "Enter" key while the password input field is focused should trigger the submission of the login form.

Actual Behavior: Currently, pressing the "Enter" key does not submit the form. Users have to manually click the submit button with the mouse.

PS: Assign me this issue under iwoc2024

TheDarkW3b commented 10 months ago

@shelcia ?