Turn off annoying browser things
parent
26a5cdd2cd
commit
16fdd4a8ba
|
@ -39,6 +39,8 @@ const RowValues = ({
|
|||
isEditing={isEditing}
|
||||
onStartEdit={onStartEdit}
|
||||
autoFocusTarget={autoFocusTarget}
|
||||
spellCheck={false}
|
||||
autoComplete={false}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue