Skip to content

Commit

Permalink
fix(product-components): automatic focus in search input
Browse files Browse the repository at this point in the history
  • Loading branch information
meedoox authored and tomasklim committed Jan 14, 2025
1 parent 93a1aff commit 715d910
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ export const SearchAsset = ({
showClearButton="always"
innerAddon={<Icon name="search" variant="tertiary" size="medium" />}
innerAddonAlign="left"
// eslint-disable-next-line jsx-a11y/no-autofocus
autoFocus
/>
);

0 comments on commit 715d910

Please sign in to comment.