Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextInput autocomplete not working on iOS 13 #27171

Closed
arled opened this issue Nov 8, 2019 · 2 comments
Closed

TextInput autocomplete not working on iOS 13 #27171

arled opened this issue Nov 8, 2019 · 2 comments
Labels
Bug Component: TextInput Related to the TextInput component. Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@arled
Copy link

arled commented Nov 8, 2019

TextInput textContentType and autoCompleteType not working with iOS 13.

React Native version:
0.61

Steps To Reproduce

On a simulator

  1. Create a contact (if no contacts are available)
  2. Tap Settings > Siri & Search > My Information and choose your contact.

Auto complete should then work:
TextInput

            <TextInput
              style={{height: 40, borderColor: 'gray', borderWidth: 1}}
              onChangeText={text => onChangeText(text)}
              value={value}
              textContentType="name"
              autoCompleteType="name"
            />

Expect autofill to work on iOS 13. Works fine on iOS 12.

See screenshot

Screenshot 2019-11-08 at 12 36 36

@arled arled added the Bug label Nov 8, 2019
@react-native-bot react-native-bot added Component: TextInput Related to the TextInput component. Platform: iOS iOS applications. labels Nov 8, 2019
@stale
Copy link

stale bot commented Feb 6, 2020

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Feb 6, 2020
@stale
Copy link

stale bot commented Feb 13, 2020

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Feb 13, 2020
@facebook facebook locked as resolved and limited conversation to collaborators Feb 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Component: TextInput Related to the TextInput component. Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants