Autofocus on Query field in Web Interface. Improve time to query

This commit is contained in:
Debanjum Singh Solanky
2022-08-04 05:20:02 +03:00
parent 8646dc0de1
commit 1649fa644c

View File

@@ -128,7 +128,7 @@
<h1>Khoj</h1>
<!--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 -->
<select id="type"></select>