Skip to content

Commit

Permalink
[@mantine/spotlight] Fix unexpected browser autocomplete in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jul 3, 2022
1 parent bc474ea commit f56e6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mantine-spotlight/src/Spotlight/Spotlight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export function Spotlight({
placeholder={searchPlaceholder}
icon={searchIcon}
onMouseEnter={resetHovered}
autoComplete="chrome-please-just-do-not-show-it-thanks"
/>
<ActionsWrapper>
<ActionsList
Expand Down

0 comments on commit f56e6a2

Please sign in to comment.