tulsaschoolsdata / courses

https://courses.tulsaschools.org
0 stars 1 forks source link

Enter key submits form #121

Closed jasonben closed 1 year ago

jasonben commented 1 year ago

Closes #117 Closes https://github.com/tulsaschoolsdata/courses/issues/118

Description

Users expect to be able to hit the enter key to submit a form. This PR adds an OnKeyDown listener to the form. The submit button was changed from a next link back to a normal button with an onclick handler which submits the form using the same function as the OnKeyDown == Enter event.

This branch was created off of #119 for easier rebasing