diff options
author | Munyoki Kilyungi | 2024-03-27 12:57:31 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-03-27 17:59:06 +0300 |
commit | 465ea78301d880333bea67161d2f0016e9a32b6b (patch) | |
tree | c921d2df7e5f950fc58911afcd7e5b17696bffc7 /gn2/wqflask/templates | |
parent | 505899f424c043d05de31188a1ef145fc03a1a6c (diff) | |
download | genenetwork2-465ea78301d880333bea67161d2f0016e9a32b6b.tar.gz |
Enable auto-complete in form.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/gnqa.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 1b08deb2..b9d2bcea 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -118,7 +118,7 @@ <input class="text-center" id="gnqna_search_home_input" - type="text" autocomplete="off" + type="text" autocomplete="on" required placeholder="Ask More Questions or Topics (E.g Genes)" value='' |