oddsdk/odd-app-template

Text input fields should focus?

Opened this issue · 1 comments

The username input and pairing code input fields need to be clicked into in order to input text. Should they auto-focus?

bgins commented

Yep, they should. This may be as simple as adding the autofocus attribute to the inputs. See: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus