Merge pull request #1 from woooferz/patch-1

Turned off spellcheck on inputs
pull/5/head
Cveinnt 3 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 autoFocus
onKeyDown={onSubmit} onKeyDown={onSubmit}
autoComplete="off" autoComplete="off"
spellCheck="false"
/> />
</div> </div>
); );

Loading…
Cancel
Save