SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Add actions for enter key #113

Closed dbaslan closed 11 months ago

dbaslan commented 1 year ago

@SWE574-Fall2023-Group1/frontend The web app responds to button clicks but not to the enter key being pressed, at least not for all entry forms. Let's make sure the enter key has the same function as the confirmation buttons.

Due Date: Milestone 2 Presentation

dbaslan commented 11 months ago

The web app responds to the enter key, except for the search bar in the header. @oguzsenna can you add this functionality since you're redesigning the header?

sadikkuzu commented 11 months ago

@dbaslan hi, Register and Login pages do not respond to the enter key. Could you please check them and other pages out again? Thanks in advance.

oguzsenna commented 11 months ago

homepage search bar works like the following: 1- Write down the username, if it finds usernames it lists them under the input area. 2- Click on the username it sets the clicked value to the input field 3- Click the search button