mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 05:39:12 +00:00
Autofocus on Query field in Web Interface. Improve time to query
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
<h1>Khoj</h1>
|
<h1>Khoj</h1>
|
||||||
|
|
||||||
<!--Add Text Box To Enter Query, Trigger Incremental Search OnChange -->
|
<!--Add Text Box To Enter Query, Trigger Incremental Search OnChange -->
|
||||||
<input type="text" id="query" onkeyup=incremental_search(event) placeholder="What is the meaning of life?">
|
<input type="text" id="query" onkeyup=incremental_search(event) autofocus="autofocus" placeholder="What is the meaning of life?">
|
||||||
|
|
||||||
<!--Add Dropdown to Select Query Type -->
|
<!--Add Dropdown to Select Query Type -->
|
||||||
<select id="type"></select>
|
<select id="type"></select>
|
||||||
|
|||||||
Reference in New Issue
Block a user