Skip to content

Commit

Permalink
Merge pull request #10 from aaron5670/improvement/autofocus-search-input
Browse files Browse the repository at this point in the history
improvement: add autofocus on search input
  • Loading branch information
aaron5670 committed Nov 13, 2023
2 parents 19378ff + 9084fc7 commit 324bea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statsig-browser-extension",
"displayName": "Statsig Features and Experimentation",
"version": "1.5.0",
"version": "1.5.1",
"description": "A browser extension for the feature management and experimentation platform Statsig.",
"author": "(Aaron van den Berg <[email protected]>)",
"homepage": "https://aaronvandenberg.nl/",
Expand Down
1 change: 1 addition & 0 deletions src/components/tables/TopContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const TopContent = ({
base: "w-full sm:max-w-[44%]",
inputWrapper: "border-1",
}}
autoFocus={true}
isClearable
onClear={() => setFilterValue("")}
onValueChange={onSearchChange}
Expand Down

0 comments on commit 324bea9

Please sign in to comment.