HugoKlepsch/inventoryBackend

Login and Signup need an Event Listener for <Enter> key

Open

#65 opened on Jul 22, 2019

 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
buggood first issueui

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now when the user finishes entering their credentials and presses key while focus is on the password field, nothing happens.

Add another event listener in the surrounding the inputs for an keypress.

Contributor guide