gush-labs / kazan

VueJS web-app to practice Japanese
https://gush-labs.github.io/kazan/
GNU General Public License v3.0
1 stars 1 forks source link

Auto focus the input on the review screen #99

Open bill876 opened 1 year ago

bill876 commented 1 year ago

Currently after I click for example 'Start' or 'Repeat all' buttons I also have to manually click on the input. Instead, I would like to immediately start typing into the input field.

Also, it is in general a good ux practice to automatically focus the first field of the form when the main purpose of a page is to fill the form.