-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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 without multiline breaks double tap space bar "." shortcut on iOS #42792
Comments
Hey, Yes this issue should be fixed with that PR, if anyone can ping on my PR so it can get more visibility will be great |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
1 similar comment
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Still an issue. |
I proposed another solution: #39385 (comment) |
Description
When using
TextInput
withoutmultiline
on iOS, the"." Shortcut
(double tapping the space bar will insert a period followed by space) functionality is broken.Steps to reproduce
yarn ios
TextInput
the characters:A new sentence
TextInput
the characters:A new sentence
TextInput
has text that reads:A new sentence
TextInput
has text that reads:A new. Sentence
React Native Version
0.73.3
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace 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
The text was updated successfully, but these errors were encountered: