mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Add autofocus to Strong's Concordance search input
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
|
||||
<form class="search-form" action="/strongs" method="get">
|
||||
<div class="search-input-group">
|
||||
<input type="text" name="q" class="search-input" placeholder="Search by definition (e.g., love, faith, grace)" value="{{ query }}">
|
||||
<input type="text" name="q" class="search-input" placeholder="Search by definition (e.g., love, faith, grace)" value="{{ query }}" autofocus>
|
||||
<button type="submit" class="search-btn">Search</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user