Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
fix: Fix input autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Jun 14, 2018
1 parent e613386 commit 408cef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FilterInput.jsx
Expand Up @@ -39,6 +39,7 @@ function FilterInput({ placeholder, value, onChange }) {
placeholder={placeholder}
value={value}
onChange={onChange}
autoFocus
/>
);
}
Expand Down

0 comments on commit 408cef2

Please sign in to comment.