Clean up some things
This commit is contained in:
parent
e2a895a1b9
commit
e7cff1686e
9 changed files with 121 additions and 135 deletions
|
@ -10,6 +10,9 @@ const TextInput = ({ name, placeholder, ...props }) => (
|
|||
className={field.value ? 'value' : null}
|
||||
type="text"
|
||||
name={name}
|
||||
autoCorrect="off"
|
||||
autoComplete="off"
|
||||
spellCheck="false"
|
||||
{...field}
|
||||
{...props}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue