You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native version : 0.43.4
Platform: iOS
Component: TextInput
Steps to reproduce:
Type a misspelled word in TextInput
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.
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.
Select the autocorrect from the top of the keyboard.
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.
The text was updated successfully, but these errors were encountered:
react-native version : 0.43.4
Platform: iOS
Component: TextInput
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: