-
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
autoCorrect not working on android api 27 #18457
Comments
@jimji1005 till the bug is fixed, you can use 'email-address' keyboard type. |
@tomdev-biz I'm using visible-password instead and it works as a workaround too. Can confirm on this particular bug. |
Unfortunately |
@pennyandsean if you update your react-native version, |
@tomdev-biz could you provide more info about "On some android devices, email-address not working as expected", what's the issue? and when I use visible-password type in RN 0.55.3, I do not see cursor indicator or the text in the textInput when it focus, but other type such as default or email-address is working... no idea what happens...... how did you use visible-password in your TextInput component? |
Even though you say that Android isn’t respecting Have you actually tried typing? In your video, I only see you clicking directly on the autosuggestions but not actually demonstrating autoCorrect in action. Sorry I am unable to actually try building with Android Studio at the moment. My observations are from using Expo on my Android-8.1 phone. I made a video demonstrating that |
Unfortunately, both I wish to apply the commit #18443 however I don't understand the flow to build from source :( |
I have the same problem :( |
Working for us with |
Confirm visible-password disables autocorrect on Android 6.0 |
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 "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
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. |
On android api 27, autoCorrect={false} of TextInput does not disable auto suggest.
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.6.0
Yarn: 1.3.2
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.3.0-alpha.1 => 16.3.0-alpha.2
react-native: 0.54.2 => 0.54.2
Steps to Reproduce
clone repo, yarn, run-android
/~https://github.com/jimji1005/rn-android-keyboard-bug
or
react-native init testProject
add TextInput and autoCorrrect={false}
launch on android emulator or device with api 27
type into textinput
Expected Behavior
auto suggest would be disabled
Actual Behavior
auto suggest still working
The text was updated successfully, but these errors were encountered: