DEV Community

Discussion on: Side Project Sunday! Hacking on anything?

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

I'm building my personal Expense Tracking App and I was building a form with custom select, date picker and I wanted to be able do everything by using keyboard, so I had some issues with events, when you hit Enter while selecting something, and your form is submitted. The cool thing I've learned is form.requestSubmit().