Skip to content

Commit

Permalink
Merge pull request #4008 from owid/autofocus-inputs
Browse files Browse the repository at this point in the history
✨ add autofocus to homepage search and data catalog
  • Loading branch information
ikesau authored Oct 18, 2024
2 parents a9033de + 6961dc4 commit 23438df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/DataCatalog/DataCatalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const DataCatalogSearchInput = ({
}}
>
<input
autoFocus
type="text"
className="data-catalog-search-input body-3-regular"
ref={inputRef}
Expand Down

0 comments on commit 23438df

Please sign in to comment.