Auto focus cursor on query input box to simplify, speed interactions

- Avoids having to click the query input box
- Just open page, type whatever and hit enter to do image search
  - For other search types select appropriate type from dropdown
This commit is contained in:
Debanjum Singh Solanky
2022-07-16 19:39:15 +04:00
parent 06b0c720d6
commit 31a221a76b

View File

@@ -55,7 +55,7 @@
<h1>Semantic Search</h1>
<!--Add Text Box To Enter Query -->
<input id="query" type="text" placeholder="Search" onkeydown=search_on_enter(event)>
<input id="query" type="text" placeholder="Search" onkeydown=search_on_enter(event) autofocus>
<!--Add Dropdown to Select Query Type.
Query Types can be: notes, ledger, images, music.