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
When using TextInput without multiline on iOS, the "." Shortcut (double tapping the space bar will insert a period followed by space) functionality is broken.
Steps to reproduce
Install the application with yarn ios
Type into the first TextInput the characters: A new sentence
Type into the second TextInput the characters: A new sentence
Observe that the first TextInput has text that reads: A new sentence
Observe that the second TextInput has text that reads: A new. Sentence
Description
When using
TextInputwithoutmultilineon iOS, the"." Shortcut(double tapping the space bar will insert a period followed by space) functionality is broken.Steps to reproduce
yarn iosTextInputthe characters:A new sentenceTextInputthe characters:A new sentenceTextInputhas text that reads:A new sentenceTextInputhas text that reads:A new. SentenceReact Native Version
0.73.3
Affected Platforms
Runtime - iOS
Output of
npx react-native infoStacktrace or Logs
Reproducer
https://github.com/joshsmith/textinput-no-multiline-breaks-autocorrect
Screenshots and Videos
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-02-01.at.14.12.22.mp4