HugoKlepsch/inventoryBackend
Login and Signup need an Event Listener for <Enter> key
开放
#65 创建于 2019年7月22日
buggood first issueui
仓库指标
- 星标
- (4 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.