odd-app-template icon indicating copy to clipboard operation
odd-app-template copied to clipboard

Text input fields should focus?

Open jeffgca opened this issue 3 years ago • 1 comments
trafficstars

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

jeffgca avatar Aug 31 '22 15:08 jeffgca

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

bgins avatar Aug 31 '22 19:08 bgins