Replies: 1 comment 1 reply
-
Very good idea! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Great (and interesting for a number of reasons) project!
Seeing as the only interactive element on the page is the input field, would you consider auto-focusing it? That is, changing it from this:
<input type="text" id="inputField" name="inputField" class="validate" required>
to
<input type="text" id="inputField" name="inputField" class="validate" required autofocus>
Beta Was this translation helpful? Give feedback.
All reactions