Typo autoComplete

This commit is contained in:
apanizo 2018-09-14 17:12:00 +02:00
parent fea31e219c
commit cd742fbef0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class TextField extends React.PureComponent<TextFieldProps> {
const underline = meta.active || (meta.visited && !meta.valid)
const inputRoot = helperText ? classes.root : undefined
const inputProps = { ...restInput, autocomplete: 'off' }
const inputProps = { ...restInput, autoComplete: 'off' }
const inputRootProps = { disableUnderline: !underline, className: inputRoot }
return (