larryhudson / vite-todo-list

Example Vite project
0 stars 0 forks source link

Better keyboard UX #18

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

If we type in a to do and hit 'enter', the to do does not get created. If we use a 'form' element with an 'onSubmit' handler, then the form will automatically submit when we hit enter.

Files: