callstack / callstack/react-native-paper-login-template
React does not recognize the `autoCompleteType` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `autocompletetype` instead. If you accidentally passed it from a parent component, remove it from the DOM element. in input (created by TextInput)
- Dominant language
- TypeScript
- Stars
- 272
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
I am testing the web and I have this warning:
```
index.js:1 Warning: React does not recognize the `autoCompleteType` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `autocompletetype` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in input (created by TextInput)
```
this seems to be where:
```jsx
setEmail({ value: text, error: '' })}
error={!!email.error}
errorText={email.error}
autoCapitalize="none"
autoCompleteType="email"
textContentType="emailAddress"
keyboardType="email-address"
/>
```
Contributor guide
Assessment
This issue has not been assessed yet.