We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1138afd commit 18a10aeCopy full SHA for 18a10ae
1 file changed
app/src/components/SearchBar.tsx
@@ -44,6 +44,7 @@ export function SearchBar({ shows, onSelectShow, isLoading }: SearchBarProps) {
44
value={query}
45
disabled={isLoading}
46
autoComplete="off"
47
+ autoFocus
48
/>
49
50
{filteredShows.length > 0 && query !== '' && (
0 commit comments