Merge pull request #1 from woooferz/patch-1

Turned off spellcheck on inputs
pull/5/head
Cveinnt 2 years ago committed by GitHub
commit 5d649cdbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,6 +98,7 @@ export const Input = ({
autoFocus
onKeyDown={onSubmit}
autoComplete="off"
spellCheck="false"
/>
</div>
);

Loading…
Cancel
Save