feat: the search bar now auto-focuses when you first visit the site
This commit is contained in:
parent
87e0aa1b74
commit
5e08701189
|
@ -42,6 +42,7 @@ export function SearchBar() {
|
|||
<div className="row align-items-center">
|
||||
<div className="col">
|
||||
<Select
|
||||
autoFocus
|
||||
ref={(ref) => (selectRef.current = ref)}
|
||||
options={buildOptions(
|
||||
search,
|
||||
|
|
Loading…
Reference in New Issue