Skip to content

Commit

Permalink
Merge pull request Cveinnt#1 from woooferz/patch-1
Browse files Browse the repository at this point in the history
Turned off spellcheck on inputs
  • Loading branch information
Cveinnt authored May 14, 2022
2 parents 5b72767 + ea30926 commit 5d649cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const Input = ({
autoFocus
onKeyDown={onSubmit}
autoComplete="off"
spellCheck="false"
/>
</div>
);
Expand Down

0 comments on commit 5d649cd

Please sign in to comment.