mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 10:31:13 -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" />
|
||||
<Input
|
||||
ref={inputRef}
|
||||
id="search-input"
|
||||
name="search"
|
||||
placeholder="Search parks, rides, or manufacturers..."
|
||||
value={query}
|
||||
onChange={handleInputChange}
|
||||
|
||||
Reference in New Issue
Block a user