mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 03:11:12 -05:00
Fix: Add name attribute to search input
This commit is contained in:
@@ -47,6 +47,8 @@ export function SearchDropdown() {
|
|||||||
<Search className="absolute left-3 top-1/2 transform -translate-y-1/2 text-muted-foreground w-4 h-4" />
|
<Search className="absolute left-3 top-1/2 transform -translate-y-1/2 text-muted-foreground w-4 h-4" />
|
||||||
<Input
|
<Input
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
|
id="search-input"
|
||||||
|
name="search"
|
||||||
placeholder="Search parks, rides, or manufacturers..."
|
placeholder="Search parks, rides, or manufacturers..."
|
||||||
value={query}
|
value={query}
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user