Fixed spellcheck issue

pull/1/head
Wooferz 2 years ago committed by GitHub
parent 5b72767e2a
commit 624a9da9e5
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