Pets-without-names / Jax-Pet-Names

This project is a collaboration designed to create a pet naming web application.
MIT License
3 stars 2 forks source link

Enter/Return key does not submit form #50

Closed JaxTurboNerd closed 7 months ago

JaxTurboNerd commented 8 months ago

When the user presses the keyboard's return key. The empty input field error shows and does not submit the user's data.

JaxTurboNerd commented 8 months ago

The onBlur event is not causing this bug.

JaxTurboNerd commented 7 months ago

Fixed with PR #53.