Fix: Add name attribute to search input

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 15:50:38 +00:00
parent 6c388b0f63
commit 33a6b19b38

View File

@@ -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}