Skip to content

Commit 7abe5cd

Browse files
committed
* Autofocus on textfield
1 parent 5f0bdd6 commit 7abe5cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/software/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const Software = () => {
9494
<Card>
9595
<CardContent>
9696
<TextField
97+
autoFocus
9798
value={searchValue}
9899
onChange={(e) => setSearchValue(e.target.value)}
99100
variant="outlined"

0 commit comments

Comments
 (0)