Skip to content

Commit b64fb85

Browse files
committed
app-catalog: Disable search autofocus
Signed-off-by: Evangelos Skopelitis <[email protected]>
1 parent fff9ce0 commit b64fb85

File tree

1 file changed

+0
-3
lines changed
  • app-catalog/src/components/charts

1 file changed

+0
-3
lines changed

app-catalog/src/components/charts/List.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ function Search({
5656
id="outlined-basic"
5757
label="Search"
5858
value={search}
59-
// @todo: Find a better way to handle search autofocus
60-
// eslint-disable-next-line jsx-a11y/no-autofocus
61-
autoFocus
6259
onChange={event => {
6360
setSearch(event.target.value);
6461
}}

0 commit comments

Comments
 (0)