diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-03-24 17:57:49 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-03-24 17:57:49 -0400 |
commit | 7633bf5855ae5359d0fe280970e5c5c210c536b3 (patch) | |
tree | c26f668753de0f697e55813ec45cf27f262a9406 /artifacts/ui-demo.html | |
parent | 0fa1a68e5769ff1150d2915a7b336e37cb4808bf (diff) | |
download | twinh-7633bf5855ae5359d0fe280970e5c5c210c536b3.tar.xz twinh-7633bf5855ae5359d0fe280970e5c5c210c536b3.zip |
autofocus search inputs
Diffstat (limited to 'artifacts/ui-demo.html')
-rw-r--r-- | artifacts/ui-demo.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/artifacts/ui-demo.html b/artifacts/ui-demo.html index 85b2f51..6fe3a18 100644 --- a/artifacts/ui-demo.html +++ b/artifacts/ui-demo.html @@ -158,7 +158,9 @@ </nav> <section> - <input type="search" placeholder="hit enter to search!" /> + <form> + <input autofocus type="search" placeholder="hit enter to search!" /> + </form> </section> <section> |