Skip to content

Commit

Permalink
autocomplete fix
Browse files Browse the repository at this point in the history
  • Loading branch information
march08 committed Apr 16, 2021
1 parent 977e637 commit 9917009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchAddressBar/SearchAddressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const SearchAddressBar: React.FC<{ showResult?: boolean }> = ({
<Input
name="addrsearch"
spellCheck="false"
autoComplete="false"
autoComplete="off"
placeholder="Search by your mining address"
/>
{showResult && searchData && searchData.length > 0 && (
Expand Down

0 comments on commit 9917009

Please sign in to comment.