We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0bdd6 commit 7abe5cdCopy full SHA for 7abe5cd
src/pages/software/index.jsx
@@ -94,6 +94,7 @@ const Software = () => {
94
<Card>
95
<CardContent>
96
<TextField
97
+ autoFocus
98
value={searchValue}
99
onChange={(e) => setSearchValue(e.target.value)}
100
variant="outlined"
0 commit comments