Turn off annoying browser things

pull/1347/head
Alex P 2017-04-27 18:11:13 -07:00
parent 26a5cdd2cd
commit 16fdd4a8ba
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ const RowValues = ({
isEditing={isEditing}
onStartEdit={onStartEdit}
autoFocusTarget={autoFocusTarget}
spellCheck={false}
autoComplete={false}
/>
)
}