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

Autocorrect on iOS TextInput doesn't fire onChangeText in react-native #13675

Closed
rohitgoyal opened this issue Apr 26, 2017 · 1 comment
Closed
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@rohitgoyal
Copy link

react-native version : 0.43.4
Platform: iOS
Component: TextInput

Steps to reproduce:

  1. Type a misspelled word in TextInput
  2. Press space to make sure it haven't changed to the correct word yet. In case it did just delete and make it the misspelled word again.
  3. Now iOS must be showing the word underlined with dotted red color. Tap on that and iOS will show you 2 types of autocorrect. One would be at the side of the word and second at the top of the keyboard.
  4. Select the autocorrect from the top of the keyboard.
  5. By checking logs etc you will know it hasn't fired any onChangeText event.

Some posts shows it has been resolved in recent react-native versions but I checked it today only with latest react-native version 0.43.4

NOTE: Read point number 3 carefully to reproduce.

@shergin
Copy link
Contributor

shergin commented Apr 29, 2017

Duplicates #6715 and #2552.

@shergin shergin closed this as completed Apr 29, 2017
@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants