feat(F-065): completed feature
This commit is contained in:
@@ -186,6 +186,8 @@ export function Header() {
|
||||
<div className="relative w-full">
|
||||
<input
|
||||
type="search"
|
||||
id="site-search"
|
||||
name="q"
|
||||
value={q}
|
||||
onChange={(e) => handleSearchChange(e.target.value)}
|
||||
onFocus={() => { if (q.trim() && (results.length > 0 || suggestions.length > 0)) setShowDropdown(true); }}
|
||||
|
||||
Reference in New Issue
Block a user