Skip to content

Commit

Permalink
Disable spell check in person select.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 9, 2019
1 parent cea6d4a commit 1b96c1d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ const PersonSelect = ({ persons, value, onChange }) => {
<TextField
autoFocus
fullWidth
spellCheck={false}
variant="outlined"
label="Competitor"
placeholder="Type ID or name"
Expand Down

0 comments on commit 1b96c1d

Please sign in to comment.